Install subversionclient in Ubuntu:
Sudo apt-getinstall subversion-Tools
1. Check out
SVN Co http ://PATH (full path of folders or files) [full path of local folders]
-- UsernameUser Name
-- PasswordPassword
SVN Co SVN ://PATH (full path of
Install the Subversion client in Ubuntu:
Sudo apt-getinstall subversion-Tools
1. Check out
SVN Co http ://PATH (full directory or file path) [full local directory path]
-- UsernameUser Name
-- PasswordPassword
SVN Co SVN ://PATH (full directory or
Use of Commands
1. Check out svn CO/HTTP path (full path of directory or file) [local directory full path]
--username User name--password password SVN co svn://path (full path to directory or file) [local directory full path]--username user
Important:
SVN does not record the actual content of each version, but records the differences between versions.
SVN uses delayed copy to implement SVN copy. It is only a link to the original file. Modifications to the copy are recorded by SVN as
1. Check out svn CO/HTTP path (full path of directory or file) [local directory full path]--username username--password Password SVN co svn://path (full path to directory or file) [local directory full path]--username user name--password password
First, get information from the version library
SVN help command
Get Child Command Description
SVN info $URL
View workspace Information
If the directory address, view the local directory information, if no $dir, default to the current directory
If
Directory
First, get information from the version library ... 1
Second, from the version of the library to the local ... 2
Third, from local to version library ... 2
Four, advanced application ... 4
First, get information from the version library
Address: http://blog.sina.com.cn/s/blog_4c451e0e0100dhbl.html
Install the Subversion client in Ubuntu:
Sudo apt-GetInstall subversion-ToolsSee http://www.subversion.org.cn/svnbook/1.1/index.html SVN sub-commands for details
1. Check outSVN Co
I. Getting information from a repository
SVN help command
Gets the description of the subcommand
SVN info $URL
View workspace Information
If the directory address, view the local directory information, if no $dir, the default is that the current
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.