Ankhsvn is a plug-in for managing subversion in vs. You can easily submit, update, and add files in vs instead of submitting files in command line or resource manager. The plug-in is an open-source project.
Installing ankhsvn
After the download is complete, install it. The installation wizard can be installed by following the steps below.
[Step 1] The installation page is shown in the figure.
Step 2: Installation successful
Ankhsvn connects to the visualsvn server to download the Source Project
After the installation is successful, open vs2008 to generate the following menu, as shown in the figure below.
If this menu is not available, view the source control in the options under the tool, as shown in:
Open a project to connect to the visualsvn server, as shown in
URL: Enter http: // 10.3.2.150/SVN/startkit, as shown in. Enter the library account password, as shown in. Copy the URL to the clipboard on the visualsvn server.
Enter the correct password and you will be able to see the project you have created. Open the project directory you want to open.Program, As shown in, open the project starttest program in vs2008, as shown in
Local directory specifies the path of the local storage program. Click OK. The program is downloaded from the server to the local device.
Other operations during ankhsvn Development Project
General procedures and methods for modifying a program:
[Step 1] First, click Update to the latest version, as shown in figure.
If there are files in your current project that have not been submitted at the time of update, You need to submit them all before updating.
Step 2: Lock the program file to be modified. As shown in:
You can enter the prompt information, as shown in:
The lock icon is displayed, as shown in:
[Step 3] update the program after modification, as shown in:
You can enter remarks in message.
[Step 4] to manually unlock a file, see.
[Step 5] view the version history.
[Step 6] compare the version and click diff, as shown in.
[Note] select the version to be compared. commited indicates the version that has been submitted last time, and working indicates that you have not submitted the version that is being modified.
Glossary:
Head: The latest (or "youngest") revision in the repository. (the latest version in the version Library)
Base: The revision number of an item in a working copy (this refers to one of the versions of your current work copy. For a file, you have modified it many times ,).
If the item has been locally modified (if you have modified it locally), the "Base version" refers to the way the item appears without those local modifications
(The base version is defined as the version when the version library is downloaded to the local database, that is, the version when you have not modified the file ).
Committed: The most recent revision prior to, or equal to, in which an item changed. (indicates the last submitted version)
Prev: The Revision immediately before the last revision in which an item changed. technically, this boils down to-1. (indicates the previous version of the last version that has been changed. In fact, this can be attributed to-1)
Click OK. The result is shown in. The comparison result is displayed:
Install ankhsvn in vs2010, but the solution does not work.
Tool-> Option-> source control-> plug-in selection, select ankhsvn
Install ankhsvn
: Http://ankhsvn.open.collab.net/
After installing ankhsvn, you can see a subversion option in the file in vs2010. You can use this option to open a remote file and copy it to a local device.