New Java project "JavaPersistence"
- using jdk 1.6.0
- using separate folders for sources and classes.
- Source files in src/main/java
- Class files in build
Install subclipse http://subclipse.tigris.org/update_1.6.x using eclipse
updater
Install VisualSVN server
Create a user and set permissions in VSVN
Create repository "main"
use eclipse to share project with svn using url: "https://localhost:8443/svn/main"
then use project name as folder name (JavaPersistence)
enter and appropriate comment like "Initial import."
may have to accept security certificate
commit the project to the repository
* JavaPersistence Folder
* JP/src
* JP/src/main
* JP/src/main/java
browse with your browser to "https://localhost:8443/svn/main/JavaPersistence/"
Create Project with SVN