SVN and Eclipse integration
Download SVN plugin (http://subclipse.tigris.org)
We use version Eclipse_svn_site-1.6.5.zip
Unzip to a folder
Enter the Dropins directory in the Eclipse installation directory and create a subclipse.link text file (any file name). The content is: path= decompression path
Set up a project in MyEclipse first
The framework of the project was built and then uploaded to the SVN server repository, and other developers developed it on the basis of the project framework.
At this point the project is not actually uploaded to SVN.
or the + number, just included in version control, has not been submitted
Then look at the project structure
A new developer, how to check out a project from the warehouse?
Go to the SVN repository, check the items, check out
How do I submit a change?
The first thing that goes to work every day should be updated to the latest
There is also a function that is often used
See what the difference is between the local version and the latest version in the repository.
SVN and Eclipse integration