First,VISUALSVN installation and simple use
download VisualSVN: Visualsvn-server-2.5.5.msi
system : Win7 System
Installation steps:
1, download visualsvn-server-2.5.5 Server installation program. Click Install to select the default option.
2, after the installation is done. Look at the introduction of the interface.
3. Click on the Red section of the image to open the SVN configuration option. Parameters can be set, such as the server's IP, port, and so on.
4. Create a new code base
5. Create a new user right click on the Users folder and then as:
Right click on the new codebase folder (e.g. Startkit), click Properties ... Then go to the following page:
Second, the installation of TOTOISESVN
Download Totoisesvn:tortoisesvn-1.6.1.16129-win32-svn-1.6.1.msi
1, follow the instructions to install
2. Check in source code to SVN server
If we use Eclipse to create a project in the folder Startkit, we have to check the source code of this project into the codebase on the SVN server, first right click on the Startkit folder, then the context menu as shown:
URL of repository value get: computer--management--services and Applications->visualsvn serve-right click on the code base folder (I built star)-"Copy URL to Clipboard and then URL of repository in the input box.
Click OK, the following window will pop up, user name password can be used in the previous new user information
Click OK, and the source code for this project is checked into the codebase on the SVN server.
Installation instructions for VISUALSVN+TORTOISESVN