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
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
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
Subversion has a very standard directory structure, which is the case.For example, if the project is PROJ,SVN address svn://proj/, then the standard SVN layout isSvn://proj/|+-trunk+-branches+-tagsThis is a standard layout, trunk-based development
1. What is SVN? SVN is the abbreviation for Subversion, is an open source version control system, compared to RCS, CVS, it uses the branch management system, its design goal is to replace CVS. Many version control services on the Internet have
practical svn trunk Trunk Auto Merge to each branch branch scriptMost companies that use SVN, when they find bugs or new features, generate a branch branch directly from the trunk trunk, such as BUG01. Then colleague a modifies the bug inside, if
One, what is the use of SVN branching and merging?For SVN, but familiar with the SVN branch, I think not much. Because in general, there is no need to do the SVN branch, in fact, there is no necessity. Let me give you a few examples of how to use
After reading Mark Phippard's blog and Subversion and versioning, I learned that the branch/tag is one of the great features of SVN. But I spent a little time creating my own directory structure using the recommended trunk, branches, and tags
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
First, why do we need to use the branch-merge. For example, there are two teams under Project demo, and SVN has a trunk version. Because of the sudden change in customer demand, resulting in the project needs to make a large change, at this time the
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.