[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Tiny enhancements handbook

From: Andreas J. Koenig <andreas.koenig_at_anima.de>
Date: 2002-10-18 12:52:56 CEST

To be more in accordance with guidelines I've split my patch
submission "Docpatch" of Oct 16 into three parts. This is part 3.

* doc/handbook/appendices.texi: Fix misleading sentence about status -v

* doc/handbook/client.texi: Add a sentence about status not contacting
  the repository

--- ../svn-v2/doc/handbook/appendices.texi Fri Oct 18 12:41:47 2002
+++ doc/handbook/appendices.texi Fri Oct 18 12:42:03 2002
@@ -137,7 +137,7 @@
     M ./bar/baz.c
 @end example
 
-If you specify either the @option{-u} or @option{-v} switch, a ``long''
+If you specify the @option{-u} switch, the repository is contacted and a ``long''
 format is used:
 
 @example

--- ../svn-v2/doc/handbook/client.texi Fri Oct 18 12:41:47 2002
+++ doc/handbook/client.texi Fri Oct 18 12:42:03 2002
@@ -366,6 +366,10 @@
 working-revision of the item. The third and fourth column show the
 revision in which the item last changed, and who changed it.
 
+All of the above invocations to @samp{svn status} do not contact the
+repository, they work only locally by comparing the metadata in the
+@samp{.svn} directory with the working area.
+
 Finally, there is a @option{--show-updates} (@option{-u}) switch, which
 contacts the repository and adds information about things that are
 out-of-date:

-- 
andreas
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Oct 18 12:54:43 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.