The main introduction of the VISUALSVN Server installation, this article mainly introduces the use of VISUALSVN server.
First open the VisualSVN Server Manager:
You can see some information about the repository on the right side of the window, such as status, logs, user authentication, repository, etc. to build the repository, you need to right-click the repositores in the left window:
In the popup context menu, choose Create New Repository or create new->repository to proceed to the next step:
Click "Next"
Enter Repository Name and click "Next"
Click "Ceate"
Click "Finish"
Next build the user. Right-click the user group on the left side of the VisualSVN Server Manager window, select Create User, or create a new->user:
Enter your username and password and click "OK" to do it.
At this time we import the project into the repository, find your project folder, right-click on the project folder, find the SVN menu, select Import:
In the pop-up dialog, fill in the repository URL, this URL can be obtained from VISUALSVN Server Manager, right-click on your repository, select Copy URL to Clipboard, then copy the repository URL to your clip version.:
The following are imported:
Then check out:
After clicking "OK", you can check out the source code,
So the source code is controlled by the SVN server.
SVN server Usage (ii)