Overview
First, let's briefly introduce the differences between git and SVN. I think the important parts are as follows:
Git is a distributed version control system. This is very different from SVN's central control system. The most significant
ArticleDirectory
Setting up a quick tutorial on using SVN can help you familiarize yourself with the basic configurations and operations of subversion.
Setting up a quick tutorial on using SVN can help you familiarize yourself with the
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
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
Code Release Scenarios:1, installation, optimization of the Software Environment, (NGINX,LVS) "-------Operation and maintenance engineer2, program code (constantly updated). "--------Development Engineer, (development, operations can be released)3,
SVN centralized version management system--Bullying One World rechargeable seriesOne, SVN server1. What is SVNSVN (Subversion) is a platform-based, open-source version control system. Manage various data changes over time. SVN backs up and records
1. Check out:SVN co/HTTP Path [full path to directory over file] [local directory full path]--username username--password password;SVN co scn://path [full path to directory or file] [local directory full path]--username user name--password
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.