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

fitz svnbook-dev at red-bean.com
Mon Jul 11 00:57:11 CDT 2005


Author: fitz
Date: Mon Jul 11 00:57:10 2005
New Revision: 1537

Modified:
   trunk/src/en/TODO
   trunk/src/en/book/ch09.xml
Log:
Finish up my bits for the 1.2 book.

* src/en/book/TODO: Knock out my TODOs

* src/en/book/ch09.xml: Documentt SVNAutoversioning in the mod_dav_svn
  reference section.


Modified: trunk/src/en/TODO
==============================================================================
--- trunk/src/en/TODO	(original)
+++ trunk/src/en/TODO	Mon Jul 11 00:57:10 2005
@@ -14,19 +14,6 @@
       - Expanded kw with filling:   "$keyword:: value   $"
       - Truncated keyword:          "$keyword:: longval#$"
 
-  * ch09: bunches of new command switches, see the CHANGES entry for
-    1.2.  [FITZ]
-
-  * ch09: add autoversioning to mod_dav_svn directives.  [FITZ]
-
-  * ch09: add locking-feature stuff to reference section:  [FITZ]
-
-     svn lock/unlock
-     svn info [-r] URL|wcpath
-     new 'svn status' codes (KOBT)
-     svnadmin lslocks/rmlocks
-     svnlook lock
-
   * Possibly document mod_mime's interaction with Autoversioning: (BEN)
 
        Make autoversioning more friendly, by cooperating with httpd's

Modified: trunk/src/en/book/ch09.xml
==============================================================================
--- trunk/src/en/book/ch09.xml	(original)
+++ trunk/src/en/book/ch09.xml	Mon Jul 11 00:57:10 2005
@@ -6059,6 +6059,25 @@
           </varlistentry>
 
           <varlistentry>
+            <term><literal>SVNAutoversioning On</literal></term>
+            <listitem>
+
+              <para>This directive allows write requests from WebDAV
+                clients to result in automatic commits.  A generic log
+                message is auto-generated and attached to each
+                revision.  If you enable Autoversioning, you'll likely
+                want to set <literal>ModMimeUsePathInfo On</literal>
+                so that <literal>mod_mime</literal> can set
+                <literal>svn:mime-type</literal> to the correct
+                mime-type automatically (as best as
+                <literal>mod_mime</literal> is able to, of course).
+                For more information, see <xref
+                linkend="svn.webdav"/></para>
+
+            </listitem>
+          </varlistentry>
+
+          <varlistentry>
             <term><literal>SVNPath</literal></term>
             <listitem>
 



More information about the svnbook-dev mailing list