Original: http://www.cnblogs.com/xiaobaihome/archive/2012/03/20/2407610.html
Subversion is an excellent version of the Control tool, its specific advantages and detailed introduction, there is no more to say.
First, download and build the SVN server.
Now subversion has migrated to the Apache website:
Http://subversion.apache.org/packages.html
This is the binary package, you can find the source code in the left navigation bar, the document.
There are 5 types of binary packages under the Windows operating system:
Personally, it is best to use VISUALSVN server servers and TORTOISESVN clients.
Click on the VISUALSVN connection above, download VISUALSVN server,:
Then download TORTOISESVN client, official website: http://tortoisesvn.net/downloads.html
Note Download the installation package that matches your computer, and you can find the language pack below the page:
After the download is complete, you should have these installation packages:
TORTOISESVN installation package and Simplified Chinese language pack
VISUALSVN Server Installation Package
To install the VISUALSVN Server installation package First, double-click the VISUALSVN Server installation package:
Click Next and go to the next step:
Click Agree, the next step in the diagram:
Select one of the options above, click Next and go to the next step:
Location refers to the installation directory of the VISUALSVN server, Repositorys is the specified version of your repository directory. Server port specifies a port, use secure connection Shan represents a secure connection using the Subversion authentication represents the use of subversion's own user authentication. Click Next to proceed to the next step:
Click Install to proceed to the next step:
Wait for the installation to complete:
When the installation is complete, start visualsvn Server Manager:
Next we install TORTOISESVN, double-click the installation package and go to the next step.:
Click Next to proceed to the next step:
Select Accept, then click Next to proceed to the next step:
Select the installation path and click Next to proceed to the next step:
Click Install to start the installation:
Wait for the installation to complete after the installation is complete:
Next we install the Simplified Chinese Language pack, this is very simple, all the way next, will not. When the language pack is installed, right-click anywhere in the desktop, and then find SVN in the context menu:
Select settings and go to the next step:
In the right language, select Simplified Chinese, then click Apply, OK, Chinese is finished,:
Here, both the server and the client are already installed, and the next one describes using VISUALSVN server to create the repository, as well as the use of TORTOISESVN.
Go SVN server Setup and use (i)