1, checkout the file to the local directory SVN checkout Path (path is a directory on the server)For example: SVN checkout Svn://192.168.1.1/pro/domainShorthand: SVN Co 2, add new files to the version library SVN Add FileFor example: SVN add
Common SVN commands
SVN (Subversion) is a free, open source version of the project source Code control tool. At present, most open source software and enterprise code management, using SVN as a code version management software.Subversion stores
This article demonstrates SVN's general operating procedures, do not inadvertently update the status.
First look at SVN help, and several important SVN commands such as "Checkout, Commit, status" will be displayed.
You also want to see Help for
Simple sorting of SVN usage and svn usage1. Create the storage Dir on the SVN server and establish contact with the personal host. Create a storage folder svn_storeDir on the SVN server. create a local folder local_Dir on your PC. go to the
Svn commands in linux
1. checkout the file to the local directory.
Svn checkout path (path is the directory on the server)
Example: svn checkout svn: // 192.168.1.1/pro/domain
Abbreviation: svn co
2. Add new files to the version Library
Svn add
1. install TortoiseSVNyuminstall-ysubversion in CentOS II. SVN client Command 1. run the file checkout command to the local directory svncheckoutpath (path is the directory on the server), for example: svncheckoutsvn: // 192.168.1.1/pro/domain
Svn command in linux 1. run the file checkout to the local directory svncheckoutpath (path is the directory on the server) for example: svncheckoutsvn: // 192.168.1.1/pro/domain abbreviation: svnco2, add new files to the version library... svn
SVN client user guide for Linux svnaddvalues/strings. xml // -- add www.2cto. comsvnst // -- View status svnci // -- submit svnci-m & quot; svnci, permission & quot; 1. run the file checkout to the local directory svnc... SVN add values/strings. xml
STATSVN is a good statistical tool that can help you to count team members ' respective writing volume, number of codes, submission status, number of documents, etc., and publish statistical results as HTML page charts.Previously wrote a small
1, update to the latest versionDo not know which file is the problem, can be SVN log to view the log, basically can be submitted by which to modify which file to calculate theIs the issue of which file.If you know which file is the problem, direct
SVN uses the version number to record every change to the version library. General SVN operations do not need the version number, but some SVN operations need to specify the version number. We can specify a specific integer version number, but we
The popular collaborative management tools are probably SVN and git. Both of them have been used, but SVN is currently in use, so we will summarize the frequently used commands.
Both the windows SVN client and the eclipse subversion plug-in are
1. Checkout the file to the local directory.
SVN checkout path (path is the directory on the server) for example: SVN checkout SVN: // 192.168. 1.1/Pro/domain Abbreviation: SVN Co2. Add new files to the version Library
SVN add file for example: SVN
SVN (subversion) is a version management tool that has emerged in recent years. SVN servers run in two ways: independent servers and Apache. The two methods have their own advantages and disadvantages. In either way, various commands are required.
Although there are many SVN clients for visual management of SVN, such as small turtles in Windows, it is very good. However, it is not very convenient or convenient to use.
In Linux or Mac, the combination of SVN and Linux Command lines can play a
I. SVNClient installation and environment configuration.
If the svn client is not installed on the Linux machine, first install the svn client:
1. subversion-1.4.3.tar.bz2 subversion-deps-1.4.3.tar.bz2
2. Use
Tar xvfj subversion-1.4.3.tar.bz2Tar
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
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
Document directory
1. Checkout the file to the local directory.
2. Add new files to the version Library
3. Submit the modified file to the version library.
4. Lock/unlock
5. Update to a specific version.
6. view the file or directory status
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.