SVN MyEclipse plugin installation, use tutorial

Source: Internet
Author: User

First, install the MyEclipse svn plugin

There are a number of ways to install the SVN plug-in, which is described here only as a way to install it by decompression.

1. Copy all files from the site-1.6.17 folder under this directory to the Dropins folder under the MyEclipse root directory.

2, restart the myeclipse.

Note: Above is the way ME8.5 installs SVN. If your myeclipse is version 6.0, please copy it to the MyEclipse 6.0\eclipse folder. If you are prompted to merge, select Yes.

Plugin content Click here to download: Http://pan.baidu.com/s/1c07ZD4G

Second, the basic operation of SVN

(i) Create a new project

1. After creating a project locally, in the project right-click on "Team->share Project", the following screen appears:

Select Create a new repository location (if you have already created the resource pool, select "Use an existing repository location"), enter the repository location, enter the server address (SVN server address), and enter the SVN repository file name, Click OK to finish.

(ii) Update code

"Update Code" refers to the code that overwrites the machine with the server's code.

Right-click the project name to select Team--Update.

(iii) Submission of code

The submission here refers to submitting your code to the server, overwriting the code on the server. When you have finished modifying this machine, you need to commit the code when you commit the code to the server. You must update the code before you commit the code.

Right-click the project name and select Team--Submit.

Submit your comments After you complete the submission.

(iv) How to work collaboratively with SVN

When we get off work every night, we need to submit the code to SVN. At this point, perform the update operation to download the latest server code locally, and the code will be merged instead of overwritten. There is a chance that a code error will occur. If a code error occurs, resolve the error before you perform the submit operation.

Every morning when you go to work, update the SVN server's latest code to local. and resolve any conflicts, errors. The code is then written.

The usual functions are these, others to continue to add later.

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.