Transferred from: http://blog.csdn.net/myarrow/article/details/8110858Windows TortoiseSVN is a plugin to the explorer, to overwrite the icon indicates the status of the file, almost so the command has a graphical interface support, relatively easy
Svn
Installation
Install Subversion
Checkout
SVN checkout svn://192.168.1.110/appEnter the appropriate user name and password as prompted.
Add a new file to a repository
SVN add *//(add all C files in the
1. Checkout files to a local directorySVN checkout Path (path is a directory on the server)Example: SVN checkout Svn://192.168.1.1/pro/domainShorthand: SVN Co2. Add a new file to the repositorySVN Add FileExample: SVN add test.php (add test.php)SVN
(1): Create SVN warehouse path
Mkdir-p/opt/svn/project1
Svnadmin Create/data/svn/project1
Note: For specification: Generally in the project directory to create again:First create a good directory Dev and pub can be placed in a directory, import
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
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
Bash> SVN HelpUsage: SVN [Options] [args]Subversion command line client, version 1.2.0.Please use "SVN help " to display a secondary description of the subcommands.Most subcommands can accept file or directory parameters and recursively access the
Simple:First, view branch informationOf course, the target branch must be download down before merging!!!Directory CD to branch directory (branch)1. Run SVN info: The only useful information: URL (branch SVN
Recently I just bought a MacBook, and I had a hard time playing around. So I asked my friend if there was any installation package for SVN on Mac. As a result, my friend said that the Mac had its own SVN (really advanced, not only had it come with
Install subversion in linux-Linux Enterprise Application-Linux server application information. For details, refer to the following section. SVN is a version control software, similar to CVS, but SVN is a bit open-source, and the version control
Occasionally on the Internet to see a blog about the architecture of iOS, after reading it felt very inspired, so record it, in case forget, also share it for everyone to study together.Due to my limited project experience and limited understanding
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/DomainAbbreviation: SVN Co2. Add new files to the version LibrarySVN add FileExample: SVN add test. php (
Today, someone in the company asked SVN how to update files. Simply sum up several common commands and send them to him. By the way, I want to help more people!
View the current file version SVN info file path address: SVN info
Get the subversion for Windows from the http://subversion.tigris.org and install svn.exe, a command line-based client tool. Of course, there are also programs on the server side. Here we don't care how to configure the svn service. The installer
Source: Click to open the link
Bash> SVN help
Usage: SVN [Options] [ARGs]Subversion command line client, version 1.2.0.Use "SVN help " to display auxiliary instructions for sub-commands.Most sub-commands can accept file or directory parameters and
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 FileExample: SVN add test.
Http://cache.baidu.com/C? M = benchmark & P = cb77c64ad18492b308e2907f555c & User = Baidu & fm = SC & query = SVN + Linux + % C3 % FC % C1 % EE & qid = 9f1c43b0009e553d & p1 = 5
1,Run the file checkout to the local directory.
SVN checkoutPATH
Now linux is more and more widely used. not only in terms of server applications, but also on the desktop of many of my friends, especially those who are developing, I often use svn under the command line, I searched the Internet for how to use svn
For more information about how to install and use LinuxSVN-Linux Enterprise Application-Linux server application, see the following. SVN Introduction
The goal of the Subversion project is to build a version control system that is a compelling
SVN can use svn update path to synchronize the latest version on the server to the local device,
You can also use svn commit path to synchronize local versions to the server. However, commit only supports files that have been version controlled,
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.