[svnbook commit] r2921 - trunk/src/en/book

fitz noreply at red-bean.com
Sat Dec 15 14:17:15 CST 2007


Author: fitz
Date: Sat Dec 15 14:17:12 2007
New Revision: 2921

Log:
Document the new capabilities that are passed to the start-commit hook.

Fixes issue #90.

* src/en/book/ch09-reference.xml (svn.ref.reposhooks.start-commit):
  Capabilities.


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

Modified: trunk/src/en/book/ch09-reference.xml
==============================================================================
--- trunk/src/en/book/ch09-reference.xml	(original)
+++ trunk/src/en/book/ch09-reference.xml	Sat Dec 15 14:17:12 2007
@@ -7542,17 +7542,25 @@
           <listitem>
             <para>authenticated username attempting the commit</para>
           </listitem>
+          <listitem>
+            <para>(new in Subversion 1.5) colon separated list of
+              capabilities that a client psses to the server,
+              including <literal>depth</literal>,
+              <literal>mergeinfo</literal>, and
+              <literal>log-revprops</literal>.</para>
+          </listitem>
         </orderedlist>
       </refsect1>
       
       <refsect1>
         <title>Common Uses</title>
 
-        <para>access control</para>
+        <para>access control (e.g. temporarily lock out commits for
+          some reason)</para>
+
+        <para>a means to allow access only from clients that have
+          certain capabilities.</para>
       </refsect1>
-  
-      <!-- TODO(fitz): 1.5 Give a good example here of what we might use
-        start-commit for (eg lock out commits temporarily for some reason).  -->
 
     </refentry>
         




More information about the svnbook-dev mailing list