From 53f56c7b9d9b29ae75b304113d74cda759b695f3 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Sun, 11 Mar 2012 15:32:12 +0000 Subject: [PATCH] - Link to Subversion Primer in Committer's Guide rather than the wiki - Use rather than "It is important to note that" - Grammar fixes PR: 165920 Submitted by: crees --- .../articles/committers-guide/article.sgml | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) 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: