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

fitz noreply at red-bean.com
Sun Aug 12 21:33:49 CDT 2007


Author: fitz
Date: Sun Aug 12 21:33:49 2007
New Revision: 2840

Log:
Fix Bug #71.

* src/en/book/ch02-basic-usage.xml: Add warning about svn ls default.


Modified:
   trunk/src/en/book/ch02-basic-usage.xml

Modified: trunk/src/en/book/ch02-basic-usage.xml
==============================================================================
--- trunk/src/en/book/ch02-basic-usage.xml	(original)
+++ trunk/src/en/book/ch02-basic-usage.xml	Sun Aug 12 21:33:49 2007
@@ -1791,6 +1791,16 @@
           if it is a file, the date it was last modified, and the item's
           name.</para>
 
+        <warning>
+          <para>The <command>svn list</command> with no arguments
+          defaults to the <emphasis>repository URL</emphasis> of the
+          current working directory, <emphasis>not</emphasis> the
+          local working copy directory.  After all, if you wanted a
+          listing of your local directory, you could use just plain
+          <command>ls</command> (or any reasonable non-Unixy
+          equivalent).</para>
+        </warning>
+
       </sect3>
 
     </sect2>




More information about the svnbook-dev mailing list