sudo apt-get install subversion

Source: Internet
Author: User
Tags commit svn svn update

sudo apt-get install Subversion subversion-tools installation client

1, first need to install SVN. The SVN installation under Ubuntu is very simple, sudo apt-get install subversion, and then follow the prompts step-by-step to complete the installation of SVN;

2, check out the file (checkout).

Use command: SVN co http://{svn repository URL}/destination

Then the system will log in with the current user name, prompt for a password, if the first password input error, you will be prompted to enter the user name;

Once you've entered it correctly, 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, will prompt for the updated version number after success.

4. Update file (updated).

SVN update, run this command on the directory you want to update.

5. Check the log.

SVN log path

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.