From owner-svn-doc-all@FreeBSD.ORG Sun Jan 13 06:41:31 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B0C57F82; Sun, 13 Jan 2013 06:41:31 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 73B1A953; Sun, 13 Jan 2013 06:41:31 +0000 (UTC) Received: from svn.freebsd.org (svn.FreeBSD.org [8.8.178.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0D6fVam040684; Sun, 13 Jan 2013 06:41:31 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0D6fVdt040683; Sun, 13 Jan 2013 06:41:31 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201301130641.r0D6fVdt040683@svn.freebsd.org> From: Eitan Adler Date: Sun, 13 Jan 2013 06:41:31 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40611 - head/en_US.ISO8859-1/books/dev-model X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jan 2013 06:41:31 -0000 Author: eadler Date: Sun Jan 13 06:41:30 2013 New Revision: 40611 URL: http://svnweb.freebsd.org/changeset/doc/40611 Log: We use SVN, not CVS now. Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/dev-model/book.xml Modified: head/en_US.ISO8859-1/books/dev-model/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/dev-model/book.xml Sun Jan 13 06:38:31 2013 (r40610) +++ head/en_US.ISO8859-1/books/dev-model/book.xml Sun Jan 13 06:41:30 2013 (r40611) @@ -1027,7 +1027,7 @@ The Source Repository Manager is the only one who is allowed to directly modify the repository without using the - tool. + tool. It is his/her responsibility to ensure that technical problems that arise in the repository are resolved quickly. The source repository @@ -2190,11 +2190,9 @@ developed tools. These tools are commonly used in the open source world. -
- Concurrent Versions System (CVS) - - Concurrent Versions System - or simply CVS +
+ Subversion (SVN) + Subversion (SVN) is a system to handle multiple versions of text files and tracking who committed what changes and why. A project lives within a repository and different versions are @@ -2214,7 +2212,6 @@
-
GNATS