Source code management tool-Windows 7 home advanced 64 Chinese version + tortoisesvn 64 English version + SVN server 32 English version installation process

Source: Internet
Author: User
Tags tortoisesvn

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.