[svnbook commit] r1311 - in trunk/src/en: . book

fitz svnbook-dev at red-bean.com
Thu May 19 13:04:31 CDT 2005


Author: fitz
Date: Thu May 19 13:04:30 2005
New Revision: 1311

Modified:
   trunk/src/en/TODO
   trunk/src/en/book/ch09.xml
Log:
Finish off my last TODO blocking the 1.1 release of the book (mostly
involved adding the peg revision syntax to programlistings).

* src/en/book/ch09.xml: Update all subcommands to match svn release
  1.1.

* src/en/TODO: Remove item.


Modified: trunk/src/en/TODO
==============================================================================
--- trunk/src/en/TODO	(original)
+++ trunk/src/en/TODO	Thu May 19 13:04:30 2005
@@ -88,11 +88,6 @@
        This probably needs to be an "advanced topics" chapter 7
        section (MIKE).
 
-  * Need to verify that all reference command line syntaxes in
-    <programlisting> tags in chapter 9 are synced with real "svn help"
-    output.  And then need to do the same for 1.2.
-
-
 List of 1.2 features/changes (that still need to be documented)
 ============================
 
@@ -146,3 +141,12 @@
 
        In order to make the PUT part work, set 'ModMimeUsePathInfo on'.
        In order to make the GET part work, set 'TypesConfig conf/mime.types'.
+
+  * Need to verify that all reference command line syntaxes in
+    <programlisting> tags in chapter 9 are synced with real "svn help"
+    output.  This includes:
+    
+    - Add lock section
+    - Add unlock section
+    - Update status section
+    - Update status output (adding extra cols) EVERYWHERE IN THE WHOLE BOOK

Modified: trunk/src/en/book/ch09.xml
==============================================================================
--- trunk/src/en/book/ch09.xml	(original)
+++ trunk/src/en/book/ch09.xml	Thu May 19 13:04:30 2005
@@ -656,7 +656,7 @@
         </refnamediv>
         <refsect1>
           <title>Synopsis</title>
-          <programlisting>svn cat TARGET...</programlisting>
+          <programlisting>svn cat TARGET[@REV]...</programlisting>
         </refsect1>
         <refsect1>
           <title>Description</title>
@@ -734,7 +734,7 @@
         </refnamediv>
         <refsect1>
           <title>Synopsis</title>
-          <programlisting>svn checkout URL... [PATH]</programlisting>
+          <programlisting>svn checkout URL[@REV]... [PATH]</programlisting>
         </refsect1>
         <refsect1>
           <title>Description</title>
@@ -1340,10 +1340,9 @@
         </refnamediv>
         <refsect1>
           <title>Synopsis</title>
-          <programlisting>svn diff [-r N[:M]] [--old OLD-TGT] [--new NEW-TGT] [PATH...]</programlisting>
-          <programlisting>svn diff -r N:M URL</programlisting>
-          <programlisting>svn diff [-r N[:M]] URL1[@N] URL2[@M]</programlisting>
-
+          <programlisting>diff [-r N[:M]] [TARGET[@REV]...]</programlisting>
+          <programlisting>diff [-r N[:M]] --old OLD-TGT[@OLDREV] [--new NEW-TGT[@NEWREV]] [PATH...]</programlisting>
+          <programlisting>diff OLD-URL[@OLDREV] NEW-URL[@NEWREV]</programlisting>
         </refsect1>
         <refsect1>
           <title>Description</title>
@@ -1587,8 +1586,8 @@
         </refnamediv>
         <refsect1>
           <title>Synopsis</title>
-          <programlisting>svn export [-r REV] URL [PATH]</programlisting>
-          <programlisting>svn export PATH1 PATH2</programlisting>
+          <programlisting>svn export [-r REV] URL[@PEGREV] [PATH]</programlisting>
+          <programlisting>svn export PATH1[@PEGREV] PATH2</programlisting>
         </refsect1>
         <refsect1>
           <title>Description</title>
@@ -1925,7 +1924,7 @@
         </refnamediv>
         <refsect1>
           <title>Synopsis</title>
-          <programlisting>svn list [TARGET...]</programlisting>
+          <programlisting>svn list [TARGET[@REV]...]</programlisting>
         </refsect1>
         <refsect1>
           <title>Description</title>
@@ -2270,7 +2269,8 @@
         <refsect1>
           <title>Synopsis</title>
           <programlisting>svn merge sourceURL1[@N] sourceURL2[@M] [WCPATH]</programlisting>
-          <programlisting>svn merge -r N:M SOURCE [WCPATH]</programlisting>
+          <programlisting>svn merge sourceWCPATH1 at N sourceWCPATH2 at M [WCPATH]</programlisting>
+          <programlisting>svn merge -r N:M SOURCE[@REV] [WCPATH]</programlisting>
         </refsect1>
         <refsect1>
           <title>Description</title>
@@ -2711,7 +2711,7 @@
         </refnamediv>
         <refsect1>
           <title>Synopsis</title>
-          <programlisting>svn propget PROPNAME [PATH...]</programlisting>
+          <programlisting>svn propget PROPNAME [TARGET[@REV]...]</programlisting>
           <programlisting>svn propget PROPNAME --revprop -r REV [URL]</programlisting>
         </refsect1>
         <refsect1>
@@ -2788,7 +2788,7 @@
         </refnamediv>
         <refsect1>
           <title>Synopsis</title>
-          <programlisting>svn proplist [PATH...]</programlisting>
+          <programlisting>svn proplist [TARGET[@REV]...]</programlisting>
           <programlisting>svn proplist --revprop -r REV [URL]</programlisting>
         </refsect1>
         <refsect1>
@@ -3521,6 +3521,10 @@
         <refsect1>
           <title>Synopsis</title>
           <programlisting>svn switch URL [PATH]</programlisting>
+
+          <programlisting>switch --relocate FROM TO [PATH...]</programlisting>
+
+
         </refsect1>
         <refsect1>
           <title>Description</title>
@@ -4106,7 +4110,7 @@
         </refnamediv>
         <refsect1>
           <title>Synopsis</title>
-          <programlisting>svnadmin hotcopy OLD_REPOS_PATH NEW_REPOS_PATH</programlisting>
+          <programlisting>svnadmin hotcopy REPOS_PATH NEW_REPOS_PATH</programlisting>
         </refsect1>
 
         <refsect1>
@@ -4137,9 +4141,10 @@
       <!-- ================================================================= -->
       <refentry id="svn-ch-9-sect-2.2-re-list-dblogs">
         <refnamediv>
-          <refname>svnadmin list-dblogs</refname>
-          <refpurpose>Ask Berkeley DB which log files exist for a given
-          Subversion repository.</refpurpose>
+          <refname>svnadmin list-dblogs</refname> <refpurpose>Ask
+          Berkeley DB which log files exist for a given Subversion
+          repository (applies only to repositories using the
+          <literal>bdb</literal> backend).</refpurpose>
         </refnamediv>
         <refsect1>
           <title>Synopsis</title>
@@ -4165,7 +4170,8 @@
         <refnamediv>
           <refname>svnadmin list-unused-dblogs</refname>
           <refpurpose>Ask Berkeley DB which log files can be safely
-          deleted.</refpurpose>
+          deleted (applies only to repositories using the
+          <literal>bdb</literal> backend).</refpurpose>
         </refnamediv>
         <refsect1>
           <title>Synopsis</title>
@@ -4299,7 +4305,8 @@
         <refnamediv>
           <refname>svnadmin recover</refname>
           <refpurpose>Bring a repository database back into a
-          consistent state.</refpurpose>
+          consistent state (applies only to repositories using the
+          <literal>bdb</literal> backend).</refpurpose>
         </refnamediv>
         <refsect1>
           <title>Synopsis</title>
@@ -5043,7 +5050,7 @@
         </refnamediv>
         <refsect1>
           <title>Synopsis</title>
-          <programlisting>svnlook propget REPOS_PATH PROPNAME PATH_IN_REPOS</programlisting>
+          <programlisting>svnlook propget REPOS_PATH PROPNAME [PATH_IN_REPOS]</programlisting>
         </refsect1>
         <refsect1>
           <title>Description</title>
@@ -5091,7 +5098,7 @@
         </refnamediv>
         <refsect1>
           <title>Synopsis</title>
-          <programlisting>svnlook proplist REPOS_PATH PATH_IN_REPOS</programlisting>
+          <programlisting>svnlook proplist REPOS_PATH [PATH_IN_REPOS]</programlisting>
         </refsect1>
         <refsect1>
           <title>Description</title>
@@ -5376,7 +5383,7 @@
         </varlistentry>
 
         <varlistentry>
-          <term><option>--tunnel-user=NAME</option></term>
+          <term><option>--tunnel-user NAME</option></term>
           <listitem>
             <para>Used in conjuction with <option>--tunnel</option> switch; tells
               svnserve to assume that NAME is the authenticated user,



More information about the svnbook-dev mailing list