Use SVN under "android"ubuntu

Source: Internet
Author: User
Tags svn update

Turn from "https://yq.aliyun.com/articles/33259"

To view the system version:
Uname-a (Linux view version current operating system kernel information)
Cat/proc/version (Linux view current operating system version information)

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

2, check out the file (checkout).
Use the 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, which path-to-commit can be empty and will prompt for the updated version number after success.

4. Update file (updated).
svn update, run the command on the directory you want to update.

5. Check the log.
svn log path

6. Configure Ubuntu SVN for Eclipse.
http://subclipse.tigris.org/files/documents/906/38385/site-1.2.3.zip, you can download the Eclipse plugin from this address, copy it into the plugins directory, and restart Eclipse to open the Ubuntu svn view.

Use SVN (GO) under "android"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.