Installation Steps (two) and usage of SVN in eclipse

Source: Internet
Author: User

First, to install the ECLIPSESVN, the most common there are two ways: manual mode and use the Installation Wizard way. Detailed procedures such as the following:

Mode One: Manual installation

1, download Site-1.6.9.zip file from the official website, the website is: subclipse.tigris.org
2, extract from the features and plugins directory, copy to E:/MYECLIPSE/MYPLUGIN/SVN inside, other *.xml files do not.
3, E:/myeclipse/myeclipse x.x/dropins under the new file Svn.link, the content is: PATH=E://MYECLIPSE//MYPLUGIN//SVN save.
4. Delete E:/myeclipse/myeclipse x.x/configuration/org.eclipse.update directory
5, restart MyEclipse everything is normal.

Mode two: Using the Install Eclipse Wizard

Open Eclipse
Help->software updates->find and install (assuming this is not the case with Help->software Updates->add/remove Software)
Select Search for new features to install, Next
Click New Remote site
Input name:subclipse 1.6.x,url:http:// subclipse.tigris.org/update_1.6.x, click OK
or:
name:subclipse 1.6.x (Eclipse 3.2+)     url:  http://subclipse.tigris.org/update_1.6.x
    name:subclipse 1.4.x (Eclipse 3.2+)      url:  http://subclipse.tigris.org/update_1.4.x
    name:subclipse 1.2.x (Eclipse 3.2+)     url:  http://subclipse.tigris.org/update_1.2.x   
    Name:subclipse 1.0.x (Eclipse 3.0/3.1)     url:  http://subclipse.tigris.org/update_1.0.x

Select Subclipse, click Finish
Always next, notice here, sometimes it appears Subclipse integration for Mylyn 3.x (Optional) (3.0.0) requires plug-in " Org.eclipse.mylyn.tasks.core (3.0.0) ", or compatible. Error, this does not matter, select Subclipse in the popup box, put Subclipse integration for Mylyn 3. x option is removed to
Next installation is complete!

Second, use SVN in eclipse (take MyEclipse8.0 as an example)

1. Share items (share local projects to Subversion server)
Open MyEclipse8.0, if you want to share Projtest is the project name
Right-click Project Projtest->team->share PROJECT->SVN,
Library mode URL fill in SVN://SVN server address/, multi-Library mode URL fill svn://svn server Address/repository1, Repository1 is the name of the vault
Next until Finish,proj1 is shared with the SVN server, but the code is not uploaded and a commit is required.
Right-click Project Projtest,team->commit, Project content is uploaded to SVN server.
2. Check out the project (download the project on the SVN server to local)
Open MyEclipse8.0
Window->open PERSPECTIVE->SVN Repository Explorer (if not selected in other)
Right-click on the left margin->new->repository location
Library mode URL filling svn://svnserveraddress/, multi-Library mode URL filling svn://svnserveraddress/repository1 (same step II)
Right-click Projtest->check out
Next until finish, the project is checked out to the local, and you can see the project by switching to Java view.

Installation Steps (two) and usage of SVN in eclipse

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.