Http://www.cnblogs.com/ylqmf/archive/2011/09/13/2174429.html
http://blog.csdn.net/vincent17113/article/details/6265423: Not collated reference articles 1,SVN introduction
SVN (Subversion) is a free, open source version of the project source Code
ArticleDirectory
1.1. What is version control?
1.2. Benefits of using Version Control
1.3. Common Version Control Systems
3.1. Subversion Installation
3.2. Server Side
3.3. Client
4.1. file lock
4.2. Version library
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
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
Svn FAQs, errors, commands, and summaryOne of the mistakes I made myself was:/svn/MyERP_core_Main /! Svn/act/b8bd621b-c193-4969-b66c-d35f11009815 was later confirmed to be the address of the case, I modified the case, and then deleted the local file,
Use of svn commands in linux
Recently, svn is often used for code management. These commands can't be remembered, so I have to check them online. I finally found a svn command in linux, the svn commands in linux are summarized as follows.
1.
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
Linux svn commands and svn commands
Check whether svn: svnserve -- version is installed
Close svn service: killall svnserve
Create svn Library: svnadmin create/opt/svn/repos
Configure Automatic Start: Put svnserve-d-r/opt/svn/repos in the last line
Merge steps: (1) switch to the branch first; (2) SVN merge trunk. (3) svn sw trunk (4) SVN merge -- ReIntegrate branch.
SVN merge http: // 59.251.189.152: 8989/SVN/Ron/trunk /.
The parameter -- reintegrate must be added to the branch and
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.