Client instructions
1. Download the client
* Download the Subversion Windows client tortoisesvn.
Tortoisesvn is a tool that extends Windows Shell and can be seen as a plug-in for Windows resource manager. After installation, Windows can identify the working directory of subversion.
The official website is tortoisesvn, the download method is similar to the svn server, In the download page select the current highest stable version of the Installation File TortoiseSVN-1.4.4.9706-win32-svn-1.4.4.msi, you can also SourceForge language download page, download the Simplified Chinese Language Pack.
: Http://tortoisesvn.net/downloads
2. Client installation
Install tortoisesvn, also directly run the TortoiseSVN-1.4.4.9706-win32-svn-1.4.4.msi according to the prompts to install, but after the completion of the last will prompt whether to restart, in fact, restart is just to make SVN work copy in the special style of Windows effective, it has nothing to do with all the actual functions. To immediately see the good results, restart the machine.
3. initialize the Import
The project root directory we want to import is D:/mywork/sample in this example. The directory contains several files:
1. Right click-> tortoisesvn-> Import...
2. Enter "SVN: // localhost/sample" in the URL of repository and click "OK.
3. The system prompts you to enter the user name and password. Enter the Harry password 123456 here.
The following window indicates that the instance has been added successfully:
So far, all the initial data has been imported into the version library we just defined.