Index: doc/book/book/ch08.xml =================================================================== --- doc/book/book/ch08.xml (revision 7077) +++ doc/book/book/ch08.xml (working copy) @@ -703,7 +703,7 @@ svn: caught SIGINT $ cd test -$ svn up +$ svn update A test/e A test/f Updated to revision 3. @@ -2644,7 +2644,7 @@ semantically resolve conflict markers; it merely removes conflict-related artifact files and allows PATH to be committed again; that is, it tells Subversion that the - conflicts have been "resolved". See resolved. See for an in-depth look at resolving conflicts. @@ -3230,7 +3230,7 @@ $ mv repos newlocation $ cd test/ -$ svn up +$ svn update subversion/libsvn_ra_local/ra_plugin.c:225: (apr_err=180001) svn: Couldn't open a repository. svn: Unable to open an ra_local session to URL @@ -3238,7 +3238,7 @@ svn: Unable to open repository 'file:///tmp/repos' $ svn switch --relocate file:///tmp/repos file:///tmp/newlocation . -$ svn up +$ svn update At revision 3.