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
This commit is contained in:
Glen Barber 2012-05-28 17:25:48 +00:00
parent 543a48511d
commit 2a656be85a
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38923

View file

@ -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>