Svn 简明教程
SVN Tutorial
通常缩写为 SVN 的 Apache Subversion 是在开源许可证下发行的软件版本管理和修订控制系统。Subversion 于 2000 年由 CollabNet Inc. 创建,但现在已作为 Apache 软件基金会的一个项目开发,并作为其开发者和用户丰富社区的一部分。本教程让您了解 SVN 系统,该系统是维护当前和历史版本文件(如源代码、网页和文档)所必需的。
Apache Subversion which is often abbreviated as SVN, is a software versioning and revision control system distributed under an open source license. Subversion was created by CollabNet Inc. in 2000, but now it is developed as a project of the Apache Software Foundation, and as such is part of a rich community of developers and users. This tutorial provides you an understanding on SVN system that is needed to maintain the current and historical versions of files such as source code, web pages, and documentations.
Audience
本教程旨在为有兴趣以简单易懂的步骤了解 SVN 系统概念的软件专业人员而设计。完成本教程后,您将获得足够的 SVN 知识,可以从中提升到更高级别的专业知识。
This tutorial is designed for software professionals interested in learning the concepts of SVN system in simple and easy steps. After completing this tutorial, you will be gain sufficient expose to SVN from where you can take yourself to higher levels of expertise.
Prerequisites
在继续本教程之前,您应该对简单术语有基本的了解,如编程语言、源代码、文档等。因为使用 SVN 来处理您组织内所有级别的软件项目,如果您对软件开发和软件测试流程有实用知识,那将会很好。
Before proceeding with this tutorial, you should have a basic understanding on simple terminologies like programming language, source code, documents, etc. Because using SVN to handle all levels of software projects in your organization, it will be good if you have a working knowledge of software development and software testing processes.