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

Glen Barber gjb at FreeBSD.org
Mon May 28 17:25:49 UTC 2012


Author: gjb
Date: Mon May 28 17:25:48 2012
New Revision: 38923
URL: http://svn.freebsd.org/changeset/doc/38923

Log:
  Document that new files that do not have the FreeBSD=%H svn property
  set will be rejected when committing, and link to the Adding/Removing
  files section of the Subversion Primer.
  
  Prompted by:	jkois, tj

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:20:11 2012	(r38922)
+++ head/en_US.ISO8859-1/articles/committers-guide/article.sgml	Mon May 28 17:25:48 2012	(r38923)
@@ -2716,6 +2716,19 @@ $target - head/$source:$P,$Q,$R</screen>
 	<para>This is a relatively easy task, but remains a good first test of
 	  your version control skills.</para>
 
+	<important>
+	  <para>New files that do not have the
+	    <literal>FreeBSD=%H</literal> <command>svn</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
+	    to verifying <filename>~/.subversion/config</filename>
+	    contains the necessary &quot;auto-props&quot;
+	    entries in <filename>auto-props.txt</filename> mentioned
+	    there.</para>
+	</important>
+
 	<note>
 	  <para>Don't forget to get mentor approval for these patches!</para>
 	</note>


More information about the svn-doc-all mailing list