[svnbook commit] r1571 - trunk/src/en/book

fitz svnbook-dev at red-bean.com
Thu Jul 28 23:25:50 CDT 2005


Author: fitz
Date: Thu Jul 28 23:25:48 2005
New Revision: 1571

Modified:
   trunk/src/en/book/ch07.xml
Log:
* src/en/book/ch07.xml (svn.advanced.locking.creation): Note that svn
  info on local paths shows only lock info for locally held locks.
  Idea suggested by Kalin KOZHUHAROV (kalin at thinrope.net).


Modified: trunk/src/en/book/ch07.xml
==============================================================================
--- trunk/src/en/book/ch07.xml	(original)
+++ trunk/src/en/book/ch07.xml	Thu Jul 28 23:25:48 2005
@@ -2051,12 +2051,15 @@
         objects in the working copy, it can also be used to examine
         objects in the repository.  If the main argument to
         <command>svn info</command> is a working copy path, then all
-        of the working copy's cached information is displayed;  any
+        of the working copy's cached information is displayed; any
         mention of a lock means that the working copy is holding a
-        lock token.  If the main argument to <command>svn
-        info</command> is a URL, then the information reflects the
-        latest version of an object in the repository;  any mention of
-        a lock describes the current lock on the object.</para>
+        lock token (if a file is locked by another user or in another
+        working copy, <command>svn info</command> on a working copy
+        path will show no lock information at all).  If the main
+        argument to <command>svn info</command> is a URL, then the
+        information reflects the latest version of an object in the
+        repository; any mention of a lock describes the current lock
+        on the object.</para>
 
       <para>So in this particular example, Sally can see that Harry
         locked the file on Feburary 16th to <quote>make a quick



More information about the svnbook-dev mailing list