From owner-svn-doc-all@FreeBSD.ORG Fri Mar 14 02:25:38 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ABBD2F6E; Fri, 14 Mar 2014 02:25:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7E220DC9; Fri, 14 Mar 2014 02:25:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2E2Pcs8021991; Fri, 14 Mar 2014 02:25:38 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2E2PcJC021990; Fri, 14 Mar 2014 02:25:38 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201403140225.s2E2PcJC021990@svn.freebsd.org> From: Warren Block Date: Fri, 14 Mar 2014 02:25:38 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44229 - 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-all@freebsd.org X-Mailman-Version: 2.1.17 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: Fri, 14 Mar 2014 02:25:38 -0000 Author: wblock Date: Fri Mar 14 02:25:37 2014 New Revision: 44229 URL: http://svnweb.freebsd.org/changeset/doc/44229 Log: Restore tags. 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 Fri Mar 14 02:13:48 2014 (r44228) +++ head/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml Fri Mar 14 02:25:37 2014 (r44229) @@ -500,7 +500,7 @@ Comment out for now until these can be v A checkout from a given repository is performed with a command like this: - &prompt.root; svn checkout svn-mirror/repository/branch lwcdir + &prompt.root; svn checkout svn-mirror/repository/branch lwcdir where: @@ -555,7 +555,7 @@ Comment out for now until these can be v present but was not created by svn, remember to rename or delete it before the checkout. - &prompt.root; svn checkout https://svn0.us-west.FreeBSD.org/ports/head /usr/ports + &prompt.root; svn checkout https://svn0.us-west.FreeBSD.org/ports/head /usr/ports Because the initial checkout has to download the full branch of the remote repository, it can take a while. Please @@ -564,7 +564,7 @@ Comment out for now until these can be v After the initial checkout, the local working copy can be updated by running: - &prompt.root; svn update lwcdir + &prompt.root; svn update lwcdir To update /usr/ports created in