All,<br><br>Thanks for the book.  This is actually my first substantive (such as it is) use of subversion.  :)<br><br>I am not on the mailing list, so if you need to contact me for any reason, please email me directly.<br>
<br>Brian R. Becker<br>brbecker "AT" gmail "DOT" com<br><br>Index: src/en/book/ch03.xml<br>===================================================================<br>--- src/en/book/ch03.xml        (revision 2146)
<br>+++ src/en/book/ch03.xml        (working copy)<br>@@ -2159,7 +2159,7 @@<br>         Subversion writes its intentions to a log file.  Next it<br>         executes the commands in the log file to apply the requested<br>
         change, holding a lock on the relevant part of the working<br>-        copy while it works &mdash; to prevent othe Subversion clients<br>+        copy while it works &mdash; to prevent other Subversion clients
<br>         from accessing the working copy in mid-change.  Finally,<br>         Subversion removes the log file.  Architecturally, this is<br>         similar to a journaled filesystem.  If a Subversion operation