Use SVN under Ubuntu

Source: Internet
Author: User

As an indispensable tool in daily development, SVN is a version control system that can be used under Ubuntu.

1. Need to install SVN
sudo apt-get install subversion

Enter the information as prompted.

2. Check out the file (checkout)
SVN Co http://{svn repository Url}/destination

Enter the user name, password, you can check out the file.

3. Submission of documents (commit)

Enter the directory you want to update, and type the command:

SVN commit-m Path-to-commit

Where path-to-commit can be empty, the updated version number is prompted after success.

4. Update file (updated)
SVN update

Run this command in the directory you want to update.

5. View logs (log)
SVN log path
6. Configure SVN for Eclipse

Method One: Download the Eclipse plug-in (link), copy to the plugins directory, restart Eclipse can open the SVN view;

Method Two: Through the official reference for online installation: Http://subclipse.tigris.org/install.html.

Use SVN under Ubuntu

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.