diff --git a/en_US.ISO8859-1/articles/committers-guide/article.sgml b/en_US.ISO8859-1/articles/committers-guide/article.sgml
index f973937cbb..da4a4f160e 100644
--- a/en_US.ISO8859-1/articles/committers-guide/article.sgml
+++ b/en_US.ISO8859-1/articles/committers-guide/article.sgml
@@ -857,10 +857,9 @@ alias projcvs cvs -d user@projcvs.FreeBSD.org:/home/p
The following are some Subversion examples related to the
- src repository. More (in-depth) information can be found at
- Subversion
- Primer and
+ and List of
things missing in Subversion when compared to CVS.
The notes at The local SVK repository will be
stored in ~/.svk/local/, but can be
- moved to whereever suits. If it is moved,
+ moved to an alternate location. If it is moved,
~/.svk/config should be amended
manually to reflect the move.
@@ -1246,8 +1245,7 @@ Host pcvs.FreeBSD.org
already.
- To use &a.peter;'s tarball mentioned in the note
- above:
+ To use the tarball referenced above:
&prompt.user; cd ~
&prompt.user; scp freefall:/home/peter/dot_svk_r179646.tbz2 .
@@ -1444,8 +1442,10 @@ Host pcvs.FreeBSD.org
stable/7; it will not pull down the whole
tree.
- It is useful to note that decreasing the depth of a
- working copy is not possible.
+
+ Decreasing the depth of a working copy is not
+ possible.
+
@@ -1494,13 +1494,13 @@ Host pcvs.FreeBSD.org
SVN and SVK do not
need to be told in advance about file editing.
- svn commitworks like the equivalent
+ svn commit works like the equivalent
CVS command. To commit all changes in
the current directory and all subdirectories:
&prompt.user; svn commit
- To commit all changes in, for example, the To commit all changes in, for example, lib/libfetch/
and usr/bin/fetch/
@@ -1606,13 +1606,13 @@ Host pcvs.FreeBSD.org
Diffs
- The svn diff displays changes to the
- working copy of the repository. SVN's
- diffs are unified by default, unlike
- CVS's, and SVN's
- include new files by default in the diff output.
+ svn diff displays changes to the
+ working copy of the repository. Diffs generated by
+ SVN are unified by default, unlike
+ CVS, and include new files by default
+ in the diff output.
- Like cvs diff, svn
+ As with CVS, svn
diff can show the changes between two revisions
of the same file: