[svnbook] r4132 committed - * en/book/ch09-reference.xml...

svnbook at googlecode.com svnbook at googlecode.com
Tue Nov 1 12:01:40 CDT 2011


Revision: 4132
Author:   ptburba at gmail.com
Date:     Tue Nov  1 10:01:12 2011
Log:      * en/book/ch09-reference.xml
   (svn.ref.svn.sw): Document the other forms the --change
    option supports.

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

Modified:
  /trunk/en/book/ch09-reference.xml

=======================================
--- /trunk/en/book/ch09-reference.xml	Fri Oct 28 13:30:53 2011
+++ /trunk/en/book/ch09-reference.xml	Tue Nov  1 10:01:12 2011
@@ -200,7 +200,14 @@
            <listitem>
              <para>Used as a means to refer to a specific
                <quote>change</quote> (a.k.a. a revision).  This option is
-              syntactic sugar for <quote>-r ARG-1:ARG</quote>.</para>
+              syntactic sugar for <quote>-r ARG-1:ARG</quote>. If you
+              wish to offer a range of revisions, some subcommands allow
+              you to provide a comma separated list of args, e.g.
+              <quote>-c ARG1,ARG2,ARG3</quote>.  Alternatively, you can
+              provide two arguments separated by a dash, e.g.
+              <quote>-c ARG1:ARG2</quote>.  This second form is
+              syntactically equivalent to <quote>--range ARG1:ARG2</quote>
+              but with ARG1 considered inclusive.</para>
            </listitem>
          </varlistentry>





More information about the svnbook-dev mailing list