[svnbook commit] r1326 - branches/1.2-work/src/en/book trunk/src/en

sussman svnbook-dev at red-bean.com
Mon May 23 11:50:34 CDT 2005


Author: sussman
Date: Mon May 23 11:50:33 2005
New Revision: 1326

Modified:
   branches/1.2-work/src/en/book/appc.xml
   trunk/src/en/TODO
Log:
Tweake appendix C in the 1.2 book branch.

* src/en/book/appc.xml:  left-justify <screen> contents.

* src/en/TODO:  tweak to reflect that the Appendix C rewrite is finished. 


Modified: branches/1.2-work/src/en/book/appc.xml
==============================================================================
--- branches/1.2-work/src/en/book/appc.xml	(original)
+++ branches/1.2-work/src/en/book/appc.xml	Mon May 23 11:50:33 2005
@@ -663,7 +663,7 @@
         <filename>httpd.conf</filename>:</para>
 
       <screen>
-     BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully
+BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully
 </screen>
 
     </sect2>
@@ -707,7 +707,7 @@
         command:</para>
 
       <screen>
-        mount.davfs http://host/repos /mnt/dav
+mount.davfs http://host/repos /mnt/dav
 </screen>
 
     </sect2>
@@ -730,21 +730,21 @@
         unlock files:</para>
       
       <screen>
-     $ cadaver http://host/repos
-     dav:/repos/> ls
-     Listing collection `/repos/': succeeded.
-     Coll: > foobar                                 0  May 10 16:19
-           > playwright.el                       2864  May  4 16:18
-           > proofbypoem.txt                     1461  May  5 15:09
-           > westcoast.jpg                      66737  May  5 15:09
-
-     dav:/repos/> put README
-     Uploading README to `/repos/README':
-     Progress: [=============================>] 100.0% of 357 bytes succeeded.
-
-     dav:/repos/> get proofbypoem.txt
-     Downloading `/repos/proofbypoem.txt' to proofbypoem.txt:
-     Progress: [=============================>] 100.0% of 1461 bytes succeeded.
+$ cadaver http://host/repos
+dav:/repos/> ls
+Listing collection `/repos/': succeeded.
+Coll: > foobar                                 0  May 10 16:19
+      > playwright.el                       2864  May  4 16:18
+      > proofbypoem.txt                     1461  May  5 15:09
+      > westcoast.jpg                      66737  May  5 15:09
+
+dav:/repos/> put README
+Uploading README to `/repos/README':
+Progress: [=============================>] 100.0% of 357 bytes succeeded.
+
+dav:/repos/> get proofbypoem.txt
+Downloading `/repos/proofbypoem.txt' to proofbypoem.txt:
+Progress: [=============================>] 100.0% of 1461 bytes succeeded.
 </screen>
 
       <para>DAV Explorer is another standalone WebDAV client, written

Modified: trunk/src/en/TODO
==============================================================================
--- trunk/src/en/TODO	(original)
+++ trunk/src/en/TODO	Mon May 23 11:50:33 2005
@@ -60,8 +60,7 @@
 
   * Add autoversioning to mod_dav_svn directives in chapter 9 [FITZ].
 
-  * rewrite huge chunks of autoversioning appendix C [BEN]
-    Remember to look at r14262, the relevant part of which reads:
+  * Possibly document mod_mime's interaction with Autoversioning: (BEN)
 
        Make autoversioning more friendly, by cooperating with httpd's
        mod_mime.



More information about the svnbook-dev mailing list