From owner-svn-doc-head@FreeBSD.ORG Thu Jan 17 22:52:02 2013 Return-Path: Delivered-To: svn-doc-head@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 A6F1B59C; Thu, 17 Jan 2013 22:52:02 +0000 (UTC) (envelope-from wblock@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 8DD13A3D; Thu, 17 Jan 2013 22:52:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0HMq2dU032687; Thu, 17 Jan 2013 22:52:02 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0HMq2Yd032686; Thu, 17 Jan 2013 22:52:02 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201301172252.r0HMq2Yd032686@svn.freebsd.org> From: Warren Block Date: Thu, 17 Jan 2013 22:52:02 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40675 - head/en_US.ISO8859-1/books/handbook/mirrors X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jan 2013 22:52:02 -0000 Author: wblock Date: Thu Jan 17 22:52:01 2013 New Revision: 40675 URL: http://svnweb.freebsd.org/changeset/doc/40675 Log: Whitespace-only cleanup. Translators, please ignore. Modified: head/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml Thu Jan 17 22:37:35 2013 (r40674) +++ head/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml Thu Jan 17 22:52:01 2013 (r40675) @@ -164,9 +164,9 @@ Warning - CVS has been deprecated by the project, and its use is not - recommended. Subversion should be - used instead. + CVS has been deprecated by the project, and its use is + not recommended. Subversion + should be used instead. @@ -539,9 +539,9 @@ As of July 2012, &os; uses Subversion - (svn) as the primary version control system - for storing all of &os;'s source code, documentation, and the - Ports Collection. + (svn) as the primary version control + system for storing all of &os;'s source code, documentation, + and the Ports Collection. Subversion is generally a developer tool. Most users @@ -554,17 +554,17 @@ In Subversion, URLs are used to designate a repository, taking the form of - protocol://hostname/path. Mirrors may - support different protocols as specified below. The first + protocol://hostname/path. Mirrors + may support different protocols as specified below. The first component of the path is the &os; repository to access. There are three different repositories, base for the &os; base system source code, ports for the Ports Collection, and doc for documentation. For example, the URL svn://svn0.us-east.FreeBSD.org/ports/head/ - specifies the main branch of the ports repository on the svn0.us-east.FreeBSD.org mirror, using the - svn protocol. + specifies the main branch of the ports repository on the + svn0.us-east.FreeBSD.org mirror, + using the svn protocol. @@ -585,9 +585,9 @@ &prompt.root; pkg_add -r subversion - If pkgng is being used to manage - packages, Subversion can be installed - with it instead: + If pkgng is being used to + manage packages, Subversion can be + installed with it instead: &prompt.root; pkg install devel/subversion @@ -598,7 +598,8 @@ The svn command is used to fetch a clean copy of the sources into a local directory. The files in this directory are called a local working - copy. + copy. + If the local directory already exists but was not created by svn, rename or delete it @@ -619,13 +620,14 @@ svn-mirror is a URL for one of the Subversion mirror - sites. + sites. repository is one of the Project repositories, i.e., base, - ports, or doc. + ports, or + doc. @@ -643,14 +645,14 @@ - lwcdir is the target directory - where the contents of the specified branch should be placed. - This is usually /usr/ports for - ports, /usr/src for - base, and /usr/doc for + lwcdir is the target + directory where the contents of the specified branch + should be placed. This is usually + /usr/ports for + ports, + /usr/src for + base, and + /usr/doc for doc. @@ -683,10 +685,9 @@ The update is much quicker than a checkout, only transferring files that have changed. - An alternate way of - updating the local working copy after checkout is provided by the - Makefile in the /usr/ports, + An alternate way of updating the local working copy after + checkout is provided by the Makefile in + the /usr/ports, /usr/src, and /usr/doc directories. Set SVN_UPDATE and use the @@ -703,10 +704,10 @@ For other information about using Subversion, please see the Subversion Book, titled Version Control with + url="http://svnbook.red-bean.com/">Version Control with Subversion, or the Subversion - Documentation. + url="http://subversion.apache.org/docs/">Subversion + Documentation. @@ -1275,7 +1276,7 @@ doc/zh_* where supfile is of course the name of the supfile you have - just created. Assuming you are running under X11, + just created. Assuming you are running under X11, cvsup will display a GUI window with some buttons to do the usual things. Press the go button, and watch it run. @@ -2355,7 +2356,7 @@ doc/zh_* When obtaining or updating sources using cvs or CVSup, a revision tag must be - specified. A revision tag refers to either a particular line of + specified. A revision tag refers to either a particular line of &os; development, or a specific point in time. The first type are called branch tags, and the second type are called release tags.