序言

目录

1. Subversion 是什么?
1.1. Subversion 是正确的工具吗?
1.2. Subversion 的历史
1.3. Subversion 的架构
1.4. Subversion 的组件
1.5. Subversion 有什么新东西?
2. 读者
3. 怎样阅读本书
4. 本书的结构
5. 本书是免费的
6. 致谢
 

即使你能确认什么是完美,也不要让完美成为好的敌人。更何况你不能确认。因为落入过去陷阱的不悦,你会在设计时因为担心自己的缺陷而无所作为。

 
  --Greg Hudson,Subversion 开发者

In the world of open source software, the Concurrent Versions System (CVS) was the tool of choice for version control for many years. And rightly so. CVS was open source software itself, and its nonrestrictive modus operandi and support for networked operation allowed dozens of geographically dispersed programmers to share their work. It fit the collaborative nature of the open source world very well. CVS and its semi-chaotic development model have since become cornerstones of open source culture.

But CVS was not without its flaws, and simply fixing those flaws promised to be an enormous effort. Enter Subversion. Subversion was designed to be a successor to CVS, and its originators set out to win the hearts of CVS users in two ways—by creating an open source system with a design (and look and feel) similar to CVS, and by attempting to avoid most of CVS's noticeable flaws. While the result wasn't—and isn't—the next great evolution in version control design, Subversion is very powerful, very usable, and very flexible.

This book is written to document the 1.6 series of the Apache Subversion™[1] version control system. We have made every attempt to be thorough in our coverage. However, Subversion has a thriving and energetic development community, so already a number of features and improvements are planned for future versions that may change some of the commands and specific notes in this book.



[1] We'll refer to it simply as Subversion throughout this book. You'll thank us when you realize just how much space that saves!