Installation steps for SVN in Eclipse (two types) and how to use [reprint]

Source: Internet
Author: User

First, to install SVN for Eclipse, the most common are two ways: manual mode and use the Installation Wizard mode. The steps are as follows:

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 features and plugins folder, copy to E:/myeclipse/myplugin/svn inside, other *.xml file 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 folder
5, restart the myeclipse is all normal.

Method Two: Use the Eclipse Setup Wizard

Open Eclipse
Help->software updates->find and install (if you don't have this, use 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 to remove
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, assuming 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, where Repository1 is the name of the library
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 for SVN in Eclipse (two types) and how to use [reprint]

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.