Subclipse is a SVN plug-in of eclipse. subclipse can be easily implemented.CodeVersion Management and collaborative development
Official Website:Http://subclipse.tigris.org/
Latest Version:1.8 (updated on)
Installation steps:
- Open eclipse> help> install new software ....
- In the pop-up dialog box, enter the URL http://subclipse.tigris.org/_1.8.xin the work with column. Then, click add Add add repository.
- Enter subclipse (or other random name) in name and click OK! Click Next after loading. For example.
- At this time, does the attachment relationship of eclipse accounting installation have been satisfied? If not, it will take the initiative to find and install the attachment from the previous repository. After the attachment is passed, you will be prompted to install it, follow the prompts to install the tool. After the installation is complete, you will be prompted to manually restart eclipse. After the restart is selected, the installation will be completed.
Application Method:
AddSVNMATERIALS:
- Choose Windows> open perspective> other... Click the pop-up dialog box.
- In the displayed dialog box, select "SVN database research" and click OK. A tab of the svn database is displayed on the right.
- On the tab, right-click "new"> "database status" and click "open.
- In the dialog box, enter the svn address, such as http://android-vnc-server.googlecode.com/svn/trunk/, and click finish. The response information is displayed in the list of tabs.
Checkout:
Right-click the root directory or random rate directory and choose [(a) Check out ...], The dialog box is displayed. If the following dialog box is displayed when you check out the LibVNCServer-0.9.7 of androidvncserver, you can choose to check out the head version, or a specific version.
Click Finish and follow the prompts to create a project.