Visualsvn server: The SVN server. Program ;
Tortoisesvn: The SVN client program;
1. visualsvn Server
Visualsvn Server is a visual SVN server for Windows. Home page: http://www.visualsvn.com/server /. Installation and configuration are simple.
Steps:
1) Installation
2) installation (you can modify the repository location and choose whether to use security)
3) create a user
4) create a group
5) create a repository
6) set the repository access permission
IITortoisesvnClient
Tortoisesvn is a free windows SVN client. Home page: http://tortoisesvn.net /. It is easy to install and use. Tortoisesvn is an extension of Windows Shell. We usually right-click the folder to see the function of tortoisesvn.
Steps:
1) Change the localSource codeImport it to the repository of the svn server. (In the sourceCodeRight-click the folder and select import from tortoisesvn)
2) checkout is used to obtain the latest version of repository. (Create a folder, right-click the folder and choose tortoisesvn checkout)
3) Use repo browser to view SVN Repository
Iii. Use IE to view SVN Repository
Complete!