Installation of SVN code Manager

Source: Internet
Author: User
Tags svn client

The unified management of resources, software development, when the project is relatively large, the project needs to record each change of traces, need to use the Code manager. The first few

Years, the popular code manager has CVS, VSS, SVN, etc., the last 2 years git code manager fire, using more and more people, but SVN still occupy more than half use of the river

Mountain. The code manager is used every day, just like our development tools, but when it comes to installation and configuration, it will only be used when the development environment is first built, resulting in SVN

The installation configuration is easy to forget. Here are some SVN client common installation configurations.

First, install the SVN client directly

It's easy to go to the site to download a setup file, step-by-step installation, do not need to modify what configuration, at most one installation path. However, there are times when

An installation problem, could not write value to key .... The prompt box, then if you directly click on the third button to ignore these, it is also reluctant to install a smooth

, but the installation is complete you want to use the administrative file code, it will not be used. The best way is to quit some anti-virus software, such as: 360 antivirus, Jinshan Antivirus. Caused by

The reason: These anti-virus software prevents SVN's program from writing to the system file configuration.


Ii. installing SVN code Manager on eclipse

SVN (Subversion) is a version management tool that has risen in recent years, and in the current open source project (Java ee), almost 95% of projects have been using SVN.

The Subversion project was originally designed to replace CVS, the most popular version control software of the open source community of the year, with a number of improvements based on the functionality of CVS and better

Solve some of the shortcomings of the CVS system.

Eclipse is an open-source, Java-based, extensible development platform. For its part, it is just a framework and a set of services that are used by the plug-in group

Build the development environment, through the perfect match with SVN plug-in, it is good to improve work efficiency, improve code security and management.

1. Install SVN online         

Open Eclipse

Help->software Updates->find and install (use Help->software updates->add/remove software If you don't have this)

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.2+) 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

Select Subclipse, click Finish

Always next, notice here, sometimes it appears Subclipse integration for Mylyn 3.x (Optional) (3.0.0) requires plug-in " Org.eclipse.mylyn.tasks.core (3.0.0) ", or compatible. Error, this does not matter, select Subclipse in the popup box, put Subclipse integration for Mylyn 3. x option to remove

Next installation is complete!


2. Install SVN offline

The first step: Download the Site-1.6.9.zip file from the official website at: subclipse.tigris.org

Second step: Then find the same name folder "Plugins" and "features" under the Eclipse directory to copy the contents of the downloaded SVN corresponding name folder to the folder of the same name in Eclipse.
Step three: The contents of the SVN "plugins" folder are copied to the eclipse's "plugins" folder, and the contents of the SVN "features" file are copied to the "features" folder in Eclipse.
Fourth Step: Find the shortcut "Eclipse.exe" of Eclipse Launch, right-click Property, add "-clean" to the last position of "target"
That is: ... \eclipse.exe "-clean
Fifth step: Start eclipse normally.

Installation of SVN code Manager

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.