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

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: Manual installation 1, download the Site-1.6.9.zip file from the official website, the URL is: SUBCLIPSE.TIGRIS.ORG2, extract from features and plugins folder, 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 folder 5, restart MyEclipse all normal. Mode two: Use the Eclipse Setup Wizard to open Eclipsehelp->software Updates->find and install (if not, 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 . 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 Check subclipse, click Finish always next, here notice, sometimes appear subclIpse Integration for Mylyn 3.x (Optional) (3.0.0) requires plug-in "Org.eclipse.mylyn.tasks.core (3.0.0)", or compatible. wrong Mistake, this does not matter, in the pop-up box select Subclipse, the Subclipse integration for Mylyn 3.x option can be removed next all the way to complete the installation! Second, use SVN in eclipse (take MyEclipse8.0 as an example) 1, share the project (share the local project to the Subversion server) open MyEclipse8.0, assuming that you want to share Projtest is the project name right-click Project projtest- >team->share PROJECT->SVN, single-Library mode URL filling SVN://SVN Server address/, multi-Library mode URL filling svn://svn Server address/ Repository1, where Repository1 is the name of the library next until Finish,proj1 is shared on the SVN server, but the code is not uploaded, and a commit is required to right-click the project Projtest,team->commit , the project content is uploaded to the SVN server 2, checkout project (to download the project on the SVN server to local) Open Myeclipse8.0window->open PERSPECTIVE->SVN repository Explorer (if not selected in other) in left margin right->new->repository location single library mode URL fill in svn://svnserveraddress/, multi-Library mode URL fill in svn ://svnserveraddress/repository1 (same Step II) right-Projtest->check outnext until finish, the project is checked out to the local, switch to Java view to see the project

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

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.