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