---restore content starts---
Then the previous article (http://www.cnblogs.com/syc2016/articles/5151056.html), next for the small partners to share about the Mac build Windows 7 virtual machine to build SVN on the specific method, no nonsense to say, Directly on the dry goods.
First, prepare the material: Mac under Windows 7 virtual machine, Visualsvn-server, TortoiseSVN.
For everyone crossing convenient, special preparation visualsvn-server-3.3.1-x64, tortoisesvn-1.9.1.26747-x64 of the network address, in order to download.
http://pan.baidu.com/s/1gextT43
Second, the preceding instructions (note): This SVN server due to the large environment for the network environment, that is, only in the same IP number segment of the user can be used. The comparison applies to small team development.
Third, let's start
1, install visualsvn-server, here I use version visualsvn-server-3.3.1-x64 (3.3.1 version, for Windows 64-bit system)
Open the visualsvn-server you just prepared , pop up the following screen and click "Next".
2. Select the receiving agreement, then click "Next".
3, the Chart options without modification, direct "Next".
4, follow the operation, then "Next".
5, according to the operation, the picture of the options do not modify.
6, click Install, installation ~ ~
7, do not need to check the first item, directly click Finish to complete the installation.
8, pop-up this interface you are half the success ~ ~
9, right click Repositories, follow the operation, choose Creat New Repository
10, pop up the following two interface, the first click Next, the second input the name of the SVN library you want to create, here I named "Test". Click Next.
11, the following several windows are selected "Next", "Create", "Finish".
12, in the following interface right click on users, select "Creat User", and fill in the account password. Here I set the account number: ZS, the password is: 123
Third, the above operation, your SVN server side is set up, next, the use of TortoiseSVN to complete the client building.
1. Installation TortoiseSVN, there is nothing special to note during the installation process, a total of five interface each interface click order as follows
"Next", "Next", "Next", "Install" and "Finish".
2. Create a folder named "First" on the desktop as the repository for the local SVN and do the following.
① create a new. txt document named first in the folder named "First".
② back to visualsvn-server below, right click on the SVN library named "Test" just created, select the Copy URL option.
3. In the folder named "First", right-click in the blank, do the following.
4, pop up the following two interface, the first interface click "OK", the second interface enter the user name and password just created.
5. After the following interface is displayed, it is proved that the name "First.txt" has been successfully uploaded to the SVN library named "Test".
After the completion of the operation, it has successfully established its own SVN code manager ~ If in doubt, can leave a message ~ ~
Detailed steps for setting up an SVN server on a Windows 7 virtual machine under Mac (This method is also for simple Windows system build SVN)