- 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
This commit is contained in:
Glen Barber 2012-05-28 17:51:38 +00:00
parent de6e5d2ccc
commit a8cd62134d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38925

View file

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