svn commit: r38925 - head/en_US.ISO8859-1/articles/committers-guide

Glen Barber gjb at FreeBSD.org
Mon May 28 17:51:39 UTC 2012


Author: gjb
Date: Mon May 28 17:51:38 2012
New Revision: 38925
URL: http://svn.freebsd.org/changeset/doc/38925

Log:
  - Add a sect id to the Adding/Removing files section of the
    Subversion Primer
  - Clarify 'FreeBSD=%H' is the 'svn:keywords' property that is set
  - Replace a ulink with an xref to the new section id
  
  Suggested by:	gavin

Modified:
  head/en_US.ISO8859-1/articles/committers-guide/article.sgml

Modified: head/en_US.ISO8859-1/articles/committers-guide/article.sgml
==============================================================================
--- head/en_US.ISO8859-1/articles/committers-guide/article.sgml	Mon May 28 17:44:23 2012	(r38924)
+++ head/en_US.ISO8859-1/articles/committers-guide/article.sgml	Mon May 28 17:51:38 2012	(r38925)
@@ -1571,7 +1571,7 @@ Host projcvs.FreeBSD.org
 	<screen>&prompt.user; <userinput>svn commit <replaceable>lib/libfetch</replaceable> <replaceable>usr/bin/fetch</replaceable></userinput></screen>
       </sect3>
 
-      <sect3>
+      <sect3 id="subversion-primer-add-remove">
 	<title>Adding and Removing Files</title>
 
 	<note>
@@ -2718,11 +2718,11 @@ $target - head/$source:$P,$Q,$R</screen>
 
 	<important>
 	  <para>New files that do not have the
-	    <literal>FreeBSD=%H</literal> <command>svn</command>
+	    <literal>FreeBSD=%H</literal> <command>svn:keywords</command>
 	    property will be rejected when committed to the
-	    repository.  Be sure to read the <ulink
-	      url="&url.base;/doc/en_US.ISO8859-1/articles/committers-guide/article.html#AEN1067">Subversion Primer</ulink>
-	    section regarding adding and removing files, in addition
+	    repository.  Be sure to read <xref
+	      linkend="subversion-primer-add-remove">
+	    regarding adding and removing files, in addition
 	    to verifying <filename>~/.subversion/config</filename>
 	    contains the necessary &quot;auto-props&quot;
 	    entries in <filename>auto-props.txt</filename> mentioned


More information about the svn-doc-all mailing list