1. Prepare resources
Subversive, if the offline installation, has been ready for everyone: http://pan.baidu.com/s/1hrbXH9y (I like to install offline, online installation is not said here, in fact, as long as a simple way to achieve the purpose of a method)
2. Installation Steps
Open eclipse--"help--" Install new software, open the following interface
Click the circled red Add in the diagram, and then fill in the name and path
Fill out Click OK, there will be three options, if we just need to use SVN to manage the project, only need to tick the third item, then always next, tick the following:
In the next process, the installation may take about 5 minutes to complete the hint restart Eclipse, then select Restart to
After restarting Eclipse, the window--"perferences--" team found SVN, which means that SVN was successful.
The first time you click on SVN, the install connectors will pop up and let you install the SVN connector online:
In general, check the first or second kit.
When checked, the following window will pop up, select all:
Always next, until the installation is complete, reboot required after completion, select OK reboot
After restarting, the menu bar selects Help, select Installation Details, pop-up dialog box more out of SVN connectors and Svnkit two items, prove the installation success:
Here, your SVN plugin, even if installed successfully, is the next step to upload and import existing development projects.
3. Upload the existing development project to SVN
In the menu window--"show view--" other--"svn--" svn repositories, open the SVN Resource Management window
Bring up the Explorer, first put, and temporarily do not do anything in resource management (in view of most of the online posts are said in the resource management right button what, I am not, tried many times, can not follow the steps on the Internet to operate successfully, so, I suggest in the Read my blog students, do not learn those articles, Just follow what I'm going to tell you, and the percentage you want is the result.)
Upload an existing project:
In the Project window on the left side of Eclipse, select the project you need to manage with SVN, right--"team--" Share project--"svn, choose svn Next, pop up the following window:
Select the first, meaning to use a new SVN library address (the second option is to use already existing, because I have a local record, all the bottom list box has a selection), select OK, click Next, as follows
Fill out the SVN directory address in 1 where you need to manage this project, in principle this directory is already set up in the SVN repository with an empty folder
At 2 and 3, fill out your SVN username and password and tick the save authentication below.
Once completed and successful, click Next, and in most cases this will pop up:
Do not bird him, click OK, the following screen appears, continue next:
Then, after Finish,finish, we start to submit the code, the following interface, and then fill in the submission log:
Fill in the log, click OK, and then start the upload process as follows:
Once the upload is complete, you can find the item you just uploaded and add the SVN address as follows:
To this, the project even if the upload is successful, you can directly right-click on the project, select Team, complete the regular update and other SVN operations
4. Import SVN project
For some students, more is in the post, directly need to import the existing project projects, as follows
In the blank space in the Project window on the left side of Eclipse, right--"import--" svn--"Project from SVN, select as:
When selected, click Next to appear in the following configuration window (in the third section of the upload is the interface you have met)
Fill in the SNV project directory address you need to import
Fill in the SVN username and password (also note that after you have completed the check box, select Save below)
Click Next to select the version date you want to import or specify a version
After clicking Finish, the following box pops up to select the last item: Check out as a project with the name specified
Click Next, until the end, then enter the project import process, and you'll see the project you just imported in the Project window on the left side of Eclipse.
To this end eclipse about configuring SVN, as well as uploading, importing SVN engineering configuration
Build an SVN development management environment in eclipse