Date: Mon, 28 May 2012 17:51:38 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r38925 - head/en_US.ISO8859-1/articles/committers-guide Message-ID: <201205281751.q4SHpd9U025190@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 "auto-props" entries in <filename>auto-props.txt</filename> mentioned
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205281751.q4SHpd9U025190>