[svnbook] r4370 committed - * en/book/ch02-basic-usage.xml...

svnbook at googlecode.com svnbook at googlecode.com
Tue Jan 29 12:08:11 CST 2013


Revision: 4370
Author:   cmpilato at gmail.com
Date:     Tue Jan 29 10:07:52 2013
Log:      * en/book/ch02-basic-usage.xml
   Just a couple of minor edits for clarity.

http://code.google.com/p/svnbook/source/detail?r=4370

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

=======================================
--- /trunk/en/book/ch02-basic-usage.xml	Fri Jan 18 13:31:01 2013
+++ /trunk/en/book/ch02-basic-usage.xml	Tue Jan 29 10:07:52 2013
@@ -2608,15 +2608,12 @@
  </screen>
        </informalexample>

-      <!-- ### TODO: This changes a bit in 1.7 -->
-
        <para>Lastly, if you're building a release and wish to bundle up
-        your files from Subversion but don't want those
-        pesky <filename>.svn</filename> directories in the way, you
-        can use <command>svn export</command> to create a local copy
-        of all or part of your repository
-        sans <filename>.svn</filename> directories.  The basic syntax
-        of this subcommand is identical to that of <command>svn
+        your versioned files and directories, you can use <command>svn
+        export</command> to create a local copy of all or part of your
+        repository without any <filename>.svn</filename>
+        administrative directories included.  The basic syntax of this
+        subcommand is identical to that of <command>svn
          checkout</command>:</para>

        <informalexample>
@@ -2951,7 +2948,11 @@

        <informalexample>
          <screen>
-$ svn info code/bar.c | tail -n 4
+$ svn info code/bar.c
+Path: code/bar.c
+Name: bar.c
+URL: http://svn.example.com/svn/repo/trunk/code/bar.c
+…
  Tree conflict: local edit, incoming delete upon update
    Source  left: (file) ^/trunk/code/bar.c at 4
    Source right: (none) ^/trunk/code/bar.c at 5




More information about the svnbook-dev mailing list