As a programmer, SVN is a common and inevitable use of a tool, it is a full spell for subversion, is an open source version control system, each modified files and directories can be accurately recorded in order to be used in time to extract. This article mainly describes how to use SVN in eclipse.
1. Open Eclipse, find Marketplace in the Help menu, and click Enter.
2, enter subclipse in search box find, click on the right of the Go button query, Subclipse found, click on the lower right corner of the button install installation.
3, select the need to install some files, the default is selected, click Next to do the next step.
4, agree to the license agreement, tick "I accept the terms of the license agreements", and then click Finish to complete.
5. Restart eclipse after the Subclipse installation is complete.
6, Subclipse Usage (subclipse usage report) can be checked, optional, free to decide. usually not checked. This way, even if the installation is complete.
7, Subclipse after the installation is complete, you can use SVN. In the Window menu, execute: Show View--and other.
8. Retrieve the SVN keyword in the pop-up show view dialog to quickly find the SVN repository, select, OK.
9. The SVN repository appears in the Problem view window. Note: The problem view is what we often call "backstage," which is used to display code or project configuration errors, and double-click the error entry to quickly locate the code.
10. Right-click in the empty space of the SVN repository window and create a new repository location.
From http://jingyan.baidu.com/article/2c8c281daaeaaa0009252a64.html
Details how to use SVN in eclipse