Index: doc/book/book/ch00.xml =================================================================== --- doc/book/book/ch00.xml (revision 9147) +++ doc/book/book/ch00.xml (working copy) @@ -461,16 +461,16 @@ From Ben Collins-Sussman Thanks to my wife Frances, who, for many months, got to - hear, "But honey, I'm still working on the book", rather than - the usual, "But honey, I'm still doing email." I don't know - where she gets all that patience! She's my perfect - counterbalance. + hear, But honey, I'm still working on the book, + rather than the usual, But honey, I'm still doing + email. I don't know where she gets all that patience! + She's my perfect counterbalance. Thanks to my extended family for their sincere encouragement, despite having no actual interest in the - subject. (You know, the ones who say, "Ooh, you're writing a - book?", and then when you tell them it's a computer book, sort - of glaze over.) + subject. (You know, the ones who say, Ooh, you're + writing a book?, and then when you tell them it's a + computer book, sort of glaze over.) Thanks to all my close friends, who make me a rich, rich man. Don't look at me that way—you know who you are. Index: doc/book/book/ch03.xml =================================================================== --- doc/book/book/ch03.xml (revision 9147) +++ doc/book/book/ch03.xml (working copy) @@ -1096,7 +1096,7 @@ file: -$ svn diff > patchfile +$ svn diff > patchfile You could, for example, email the patchfile to another @@ -1924,7 +1924,7 @@ file: -$ svn cat --revision 2 rules.txt > rules.txt.v2 +$ svn cat --revision 2 rules.txt > rules.txt.v2 $ Index: doc/book/book/ch04.xml =================================================================== --- doc/book/book/ch04.xml (revision 9147) +++ doc/book/book/ch04.xml (working copy) @@ -608,7 +608,7 @@ For example: -$ svn diff -r 343:344 http://svn.example.com/repos/calc/trunk > patchfile +$ svn diff -r 343:344 http://svn.example.com/repos/calc/trunk > patchfile $ patch -p0 < patchfile Patching file integer.c using Plan A... Hunk #1 succeeded at 147. Index: doc/book/book/ch05.xml =================================================================== --- doc/book/book/ch05.xml (revision 9147) +++ doc/book/book/ch05.xml (working copy) @@ -1513,7 +1513,7 @@ repository, reading the new value from a provided file. -$ echo "Here is the new, correct log message" > newlog.txt +$ echo "Here is the new, correct log message" > newlog.txt $ svnadmin setlog myrepos newlog.txt -r 388 @@ -1961,8 +1961,8 @@ dumped. -$ svnadmin dump myrepos --revision 23 > rev-23.dumpfile -$ svnadmin dump myrepos --revision 100:200 > revs-100-200.dumpfile +$ svnadmin dump myrepos --revision 23 > rev-23.dumpfile +$ svnadmin dump myrepos --revision 100:200 > revs-100-200.dumpfile As Subversion dumps each new revision, it outputs only