Eclipse in SVN installation Steps (two) and how to use

Source: Internet
Author: User

One, to eclipse installation SVN, the most common two ways: manual mode, using the Installation wizard. The following are the steps:

One way: Manual Installation

1, the official website download, from the Site-1.6.9.zip file, the URL is: subclipse.tigris.org
2, from decompression features and plugins folder, copied to e:/myeclipse/myplugin/svn inside, other *.xml file does 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,
The library mode URL is populated with SVN://SVN server address/. Multi-Library mode URL fills in SVN://SVN server Address/repository1, where Repository1 is the name of the library
Next until finish. The proj1 is shared on the SVN server, but the code is not uploaded and a commit is required.
Right-click the project projtest. Team->commit, the project content is uploaded to the 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 next to the left->new->repository location.
Library mode URL fill in svn://svnserveraddress/. Multi-mode library URL fill svn://svnserveraddress/repository1 (with the second step)
Right Projtest->check out
Next until finish, the project has been checked out to the local, switch to Java you can see the view of the project

Eclipse in SVN installation Steps (two) and how to use

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.