From owner-svn-doc-head@FreeBSD.ORG Wed Feb 5 05:52:38 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ED8486DB; Wed, 5 Feb 2014 05:52:37 +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 D58DE116E; Wed, 5 Feb 2014 05:52:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s155qbsL067099; Wed, 5 Feb 2014 05:52:37 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s155qbXl067098; Wed, 5 Feb 2014 05:52:37 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201402050552.s155qbXl067098@svn.freebsd.org> From: Warren Block Date: Wed, 5 Feb 2014 05:52:37 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43784 - head/en_US.ISO8859-1/articles/committers-guide 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.17 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: Wed, 05 Feb 2014 05:52:38 -0000 Author: wblock Date: Wed Feb 5 05:52:37 2014 New Revision: 43784 URL: http://svnweb.freebsd.org/changeset/doc/43784 Log: Add an 'svn up' step to the Ports repo copy answer (discussed on IRC with zi@). Add IDs to all the ports qandadiv elements for easy linking. Other minor fixes. Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml ============================================================================== --- head/en_US.ISO8859-1/articles/committers-guide/article.xml Wed Feb 5 00:00:19 2014 (r43783) +++ head/en_US.ISO8859-1/articles/committers-guide/article.xml Wed Feb 5 05:52:37 2014 (r43784) @@ -572,7 +572,7 @@ You need a Passphrase to protect your se Host svn.freebsd.org User jarjar - This is the simplest method, but it's hard to tell just + This is the simplest method, but it is hard to tell just yet how much load it will place on the repository. Subversion is much faster than CVS, however. @@ -2392,7 +2392,7 @@ ControlPersist yes username on the &os; cluster. If the submitter is the maintainer of the port - to which you are commiting include "(maintainer)" + to which you are committing, include "(maintainer)" after the email address. Avoid obfuscating the email address of the @@ -2685,7 +2685,7 @@ MFC after: 1 month - If in doubt... + If in Doubt... When you are not sure about something, whether it be a technical issue or a project convention be sure to ask. If you @@ -3745,7 +3745,7 @@ MFC after: 1 monthPorts Specific FAQ - + Adding a New Port @@ -3819,7 +3819,7 @@ MFC after: 1 month - + Removing an Existing Port @@ -3890,7 +3890,7 @@ MFC after: 1 month - + Re-adding a Deleted Port @@ -3959,7 +3959,7 @@ MFC after: 1 month - + Repository Copies @@ -4001,12 +4001,17 @@ MFC after: 1 month - First make sure that you were using an up to - date ports tree and the target directory does + Verify that the target directory does not exist. + Use svn up to make + certain the original files, directories, and + checkout information is current. + + + Use svn move or svn copy to do the repo copy. @@ -4109,7 +4114,7 @@ MFC after: 1 month - + Ports Freeze @@ -4243,7 +4248,7 @@ MFC after: 1 month - + Creating a New Category @@ -4449,7 +4454,7 @@ MFC after: 1 month - + Miscellaneous Questions