setup of SVN server under Windows server R2
First, the need for software
1, server-side visualsvn-server-3.3.1-x64
2, client tortoisesvn-1.8.11.26392-x64-svn-1.8.13
3, Client Chinese language pack languagepack_1.8.11.26392-x64-zh_cn
Second, installation
1, installation Visualsvn-server
1 Select VISUALSVN Server and Management;
Tick Add Subversion command-line tools to the PATH environment variable ...
2 hits standard Edition
Location for the program installation directory
Repositories for the Vault directory
Server Port Port number
Use secure connection (https://) is selected by default
2, installation TortoiseSVN
3. Install the Language pack
Right click on any blank, select TortoiseSVNin the right-click menu,settings
General, language selection "Simplified Chinese"
Third, the use
1. New Version Library
Right-click the repositores in the left window
Choose Create New Repository, or create a new ->repository
Select Regular FSFS repository
Enter repository name, select single-project repository ...
Select All Subversion users has read/write access
2. New User
Right-click Users to select Create User or create new->user
Fill in the User name and password
3. Create a new user group
Right-click Groups Select Create Group or create new->group,
Add ... Add user
4. Configure permissions
Right-click on the repository and select Properties
Add ... Add groups, select permissions for Groups
5. Check out
1. Right-click on repository and select Copy URL to Clipboard
2, in any blank place right-click, tortoisesvn--svn Check out
3, enter the user name and password, check out
Iv. use of TortoiseSVN
1, import the project into the repository, right-click on the project folder,tortoisesvn-- Import
2. Import the new file into the repository: in the new file added to the checked out working copy, right-click tortoisesvn-- Join
Right-click --svn commit
3. Import the new file into the repository: in the new file added to the checked out working copy, right-click tortoisesvn-- Join
Right-click --svn commit
4.modify the files in the repository: on the new modified file, right-click tortoisesvn-- Join
Right-click --svn commit
5. Delete the files in the repository: on the file you want to delete, right-click tortoisesvn-- Delete
Right-click --svn commit
Five. access svn via IP address
1 . On visualsvn Server (Local), right click on Properties
2. Switch to the Network tab and fill in the Server name with your IP
3, through [ your ip]/svn/"Your repository name" access, such as:192.168.11.134/svn/repository
Setup of SVN server under Windows server R2