Plug-in installation is very simple. Google has the plug-in on it and you have installed the ankhsvn plug-in vs. Congratulations, you can use the powerful Svn in.CodeManagement function. Open Visual Studio, Click file, and you will see more subversion options. Click Open from subversion... Enter http: // server IP/Repository/repos1 in the URL, and then enter the user name and password for HTTP authentication, after entering "OK", you can see that the created Project has selected the project to be opened. the SLN file is opened, and a local storage path needs to be created. After setting it, click OK to seeProgramFrom the server to the local device.
General procedures and methods for modifying a program
Open the project, click Update first, and Update to the latest version:
Then, lock the program file to be modified:
You can also add the following prompt information:
Update the program after modification:
Pay attention to the two commits. After the following commit is used, the program will still be locked. The above commit will be automatically unlocked after submission.
In addition, it is best to add a comment before submission. In the above interface, click the following button to enter the remarks in message.
Manual unlock:
View the modifier information:
View version history:
For version comparison, click DIFF:
Undo uncommitted changes:
View the information to be submitted:
The status of the change column indicates different meanings, as follows:
New indicates that the new file has not been added to the version library.
Added indicates that the Add function has been used, but it has not been submitted.
Edited indicates that it has been modified but has not been saved.
The status after the modified edited status is saved.
Status of a conflicted conflict
The status listed after the name is changed. Deleted also indicates the state of the deleted object.