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
SVN use tutorial
Since 2011-7-10, SAE will fully support SVN code deployment, and users can deploy code not only from any SVN client, but also to the SVN repository of the application, even if they do not use SVN client deployment code, and the 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
SVN use tutorialProfileOverviewSince 2011-7-10, SAE will fully support SVN code deployment, and users can deploy code not only from any SVN client, but also to the SVN repository of the application, even if they do not use SVN client deployment code,
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
As a new generation of version control software, SVN (subversion) is developed on the basis of CVS. It fixes various drawbacks of CVs and is expected to become a substitute for open-source CVs.
(1) Preparations
You can download the latest version of
I. Introduction to SVN, tortoisesvn, and subclipse
Team Development Technology:
(1) unit test;(2) version control;(3) project automation;
SCM: Software Configuration Management, including SVN;
SVN is the successor of CVs and a version control
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
Origin of source code control tools为什么会出现源代码管理工具?为了解决在软件开发过程中,由源代码引发的各种蛋疼、繁琐的问题源代码会引发哪些问题?无法后悔:做错了一个操作后,没有后悔药可以吃版本备份:费空间、费时间版本混乱:因版本备份过多造成混乱,难于找回正确的想要的版本代码冲突:多人操作同一个文件(团队开发中的常见问题)权限控制:无法对源代码进行精确的权限控制追究责任:出现了严重的BUG,无法得知是谁干的,容易耍赖…
Configure the SVN server on the 64-bit CentOS6.3 host and set to allow only HTTPS connections. Multiple repos sources can be configured. Each source has its own group and members for permission control.
Install related software
Install ApacheYum
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.