Procedure to install and configure the server on a WIN32 machine:
1) Download SVN for Windows and install it.
https://subversion.apache.org/packages.html
2) Add the bin dir to the PATH environment variable, if not done automatically.
3) Create a repository:
svnadmin.exe create c:\myrep
4) Open the file C:\myrep\conf\svnserve.conf and decomment at least non-access, auth-access and password-db
5) Open the file passwd and add a user and a password
6) Run the server:
svnserve.exe -d
It has also been installed a service, in case you want to start the server at startup.
7) Access the server using any client (TortoiseSvn, Subclipse plugin in Eclipse etc.)
* * *
Procedure to install subclipse in Eclipse:
1) In eclipse select help->install_new_software, click Add and type:
Name: Subclipse
Location: http://subclipse.tigris.org/update_1.6.x
Select only Subclipse and follow the wizard to the end. If it doesn't work you may download the zip and unzip it in the eclipse directory, then restart the IDE (tested with site-1.6.18.zip)
2) Select File->New->Other->Checkout_project_with_SVN and follow the wizard to checkout a project.
Use the following URL to access the repository:
svn://localhost/myrep
2-alternative) If you have a new project to share, select team->share_project. After that select team->commit.
3) Create a class, then right click it and select team->add_to_version_control
4) Right click the class and select team->Commit. Now even other developers can see your changes.
Copyright © 2013 Welcome to the website of Davis Fiore. All Rights Reserved.