- Link to Subversion Primer in Committer's Guide rather than the wiki

- Use <note> rather than "It is important to note that"
- Grammar fixes

PR:		165920
Submitted by:	crees
This commit is contained in:
Glen Barber 2012-03-11 15:32:12 +00:00
parent 3aa8133e89
commit 53f56c7b9d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38584

View file

@ -857,10 +857,9 @@ alias projcvs cvs -d <replaceable>user</replaceable>@projcvs.FreeBSD.org:/home/p
</table> </table>
<para>The following are some Subversion examples related to the <para>The following are some Subversion examples related to the
src repository. More (in-depth) information can be found at src repository. More (in-depth) information can be found in
<ulink the Subversion Primer at <xref linkend="subversion-primer">
url="http://wiki.freebsd.org/SubversionPrimer">Subversion and <ulink
Primer</ulink> and <ulink
url="http://wiki.freebsd.org/SubversionMissing">List of url="http://wiki.freebsd.org/SubversionMissing">List of
things missing in Subversion when compared to CVS</ulink>. things missing in Subversion when compared to CVS</ulink>.
The notes at <ulink The notes at <ulink
@ -1222,7 +1221,7 @@ Host pcvs.FreeBSD.org
<para>The local <acronym>SVK</acronym> repository will be <para>The local <acronym>SVK</acronym> repository will be
stored in <filename stored in <filename
class="directory">~/.svk/local/</filename>, but can be class="directory">~/.svk/local/</filename>, but can be
moved to whereever suits. If it is moved, moved to an alternate location. If it is moved,
<filename>~/.svk/config</filename> should be amended <filename>~/.svk/config</filename> should be amended
manually to reflect the move.</para> manually to reflect the move.</para>
@ -1246,8 +1245,7 @@ Host pcvs.FreeBSD.org
already.</para> already.</para>
</note> </note>
<para>To use &a.peter;'s tarball mentioned in the note <para>To use the tarball referenced above:</para>
above:</para>
<screen>&prompt.user; <userinput>cd ~</userinput> <screen>&prompt.user; <userinput>cd ~</userinput>
&prompt.user; <userinput>scp freefall:/home/peter/dot_svk_r179646.tbz2 .</userinput> &prompt.user; <userinput>scp freefall:/home/peter/dot_svk_r179646.tbz2 .</userinput>
@ -1444,8 +1442,10 @@ Host pcvs.FreeBSD.org
<literal>stable/7</literal>; it will not pull down the whole <literal>stable/7</literal>; it will not pull down the whole
tree.</para> tree.</para>
<para>It is useful to note that decreasing the depth of a <note>
working copy is not possible.</para> <para>Decreasing the depth of a working copy is not
possible.</para>
</note>
</sect3> </sect3>
<sect3> <sect3>
@ -1494,13 +1494,13 @@ Host pcvs.FreeBSD.org
<acronym>SVN</acronym> and <acronym>SVK</acronym> do not <acronym>SVN</acronym> and <acronym>SVK</acronym> do not
need to be told in advance about file editing.</para> need to be told in advance about file editing.</para>
<para><command>svn commit</command>works like the equivalent <para><command>svn commit</command> works like the equivalent
<acronym>CVS</acronym> command. To commit all changes in <acronym>CVS</acronym> command. To commit all changes in
the current directory and all subdirectories:</para> the current directory and all subdirectories:</para>
<screen>&prompt.user; <userinput>svn commit</userinput></screen> <screen>&prompt.user; <userinput>svn commit</userinput></screen>
<para>To commit all changes in, for example, the <filename <para>To commit all changes in, for example, <filename
class="directory"><replaceable>lib/libfetch/</replaceable></filename> class="directory"><replaceable>lib/libfetch/</replaceable></filename>
and <filename and <filename
class="directory"><replaceable>usr/bin/fetch/</replaceable></filename> class="directory"><replaceable>usr/bin/fetch/</replaceable></filename>
@ -1606,13 +1606,13 @@ Host pcvs.FreeBSD.org
<sect3> <sect3>
<title>Diffs</title> <title>Diffs</title>
<para>The <command>svn diff</command> displays changes to the <para><command>svn diff</command> displays changes to the
working copy of the repository. <acronym>SVN</acronym>'s working copy of the repository. Diffs generated by
diffs are unified by default, unlike <acronym>SVN</acronym> are unified by default, unlike
<acronym>CVS</acronym>'s, and <acronym>SVN</acronym>'s <acronym>CVS</acronym>, and include new files by default
include new files by default in the diff output.</para> in the diff output.</para>
<para>Like <command>cvs diff</command>, <command>svn <para>As with <acronym>CVS</acronym>, <command>svn
diff</command> can show the changes between two revisions diff</command> can show the changes between two revisions
of the same file:</para> of the same file:</para>