Installing the SVN server
Install Visualsvn-server, My computer is XP, so install the Visualsvn-server-2.5.8.msi version.
Here to note: According to their own browser support, is HTTP or HTTPS, tick the red box below the use secure connection (https//)
Just go straight to the next step. Even if you configure the server side here.
Verify:
Create a new warehouse
Right-click New users
After filling in the account password, and then the key to select the above warehouse:
Right click on the created warehouse,
to the browser stream browsing, enter the account password, if the project appears, is successful.
Configuring the Eclipse plug-in
Open Eclipse-help-install New software ...
Plugin name:svn_eclipse_site-1.6.5.zip
Be careful to remove the red arrow pointing to the check box. If you do not have a network, you can remove the option from the second picture.
It's going to be the next step.
Then right-click on the project and a team option will be available to share the project with the SVN server
When you finish, you will be prompted for your account name and password.
This time sharing is only a project name, the project file inside is not uploaded to the server.
Now upload the project to the server:
After the submission is over, the project will become like this, and if someone modifies it, the admin will become the name.
To easily manage SVN, jump out of the SVN admin view:
Window-show VIEW-OTHERS-SVN-SVN Resource Library.
Note: Every time you need to update the project, before the submission, the first to update! For version Control! A direct commit does not generate a new version number!
Import SVN project:
Project view blank area-right--impot-svn-the project from SVN and follow the instructions. If you need to refresh, be sure to right-refresh the warehouse name.
Delete files in SVN project (LIB, etc.): Import package conflicts and so on problem solving.
Disconnect First:
Then be sure to select the first one:
The project will become a normal project:
SVN client
Client Configuration:
After installation, right-click on the desktop point appears:
To lead the project from the SVN server:
Checkout exported files, delete the relationship with SVN
Create a new reg file, write the data to the registry, and then Save:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\CLASSES\FOLDER\SHELL\DELETESVN]
@= "Delete SVN Folders"
[Hkey_local_machine\software\classes\folder\shell\deletesvn\command]
@= "cmd.exe/c \" TITLE removing SVN Folders in%1 && COLOR 9A && for/r \ "%1\"%%f in (. SVN) doing rd/s/q \ " %%f\ "\" "
The registered button will then appear in the right-click Folder after the checkout.
[Android] Configure SVN (Subversion) server Side/client (multi-image)