From: http://blog.csdn.net/cheny_com/article/details/6451732/
Refer to idea.
1. Download SVN server: http://sourceforge.net/projects/win32svn/files/1.6.16/Setup-Subversion-1.6.16.msi/download
At present, this item does not seem to have 64-bit, but it is installed and used on 64-bit.
2. Download tortoisesvn: http://tortoisesvn.net/downloads.html
32-bit on the left and 64-bit on the right. I chose the latter.
You must select a proper version. I have installed 32-bit Windows 7 on 64-bit Windows 7, and I have no right-click menu items (this error can be found online ).
3. Install SVN server. It is quiet and there is no error. Restart immediately.
4. Install tortoisesvn, which is also very quiet. Restart immediately.
5. It's over. For the rest, please refer to the post in the previous link.
In fact, there will be a lot of work in the future, and you can find it online.
Supplement:
In order to make it easier to start the svn service in the reference post, I have made a BAT file. The specific process is:
1. Get SC. bat anywhere (rename the plain text file), and copy the following two lines of green text without any change:
SC create SVN binpath = "C:/program files (x86)/subversion/bin/svnserve.exe -- service -- root X:/work"
Pause
Note: There are two points to modify. The first one is the bin directory, which is the default position in the 64-bit operating system. We recommend you find the actual location and modify it. The second is the last X: /work is the directory where you right-click the "Create repository here" above.
2. Right-click the disk and select "Run as administrator". The operation is successful. Double-click to run the task.
3. Go to control panel-Administrative Tools-service to find "svnserve" and start it.
4. if it succeeds, set its property to auto start.
5. If it fails, check which parameter is incorrect. modify the original BAT file parameter. Although running SC Delete svnserve with the same bat can delete the Service (but it still exists in the service table and only displays "disabled "), however, the simplest method is to change the service name, for example, "SVN". Repeat steps 3 ~ 5.
6. After successful, enter SVN: // localhost/In the IE address bar to open SVN.
Click to download the free agile development textbook: Martian agile development manual