repository hooks tweak

Erik Kline ek at google.com
Thu Apr 19 02:49:19 CDT 2007


Hi all.

Unless I'm mistaken (quite a common state for me) the input arguments
to the pre-revprop-change hook ought to be identical to the
post-revprop-change input arguments (argv array).  Here's a teeny
patch to fix this.  And if I'm wrong I need to re-write my hooks!

Thanks for an excellent resource,
-Erik


ndex: src/en/book/ch09-reference.xml
===================================================================
--- src/en/book/ch09-reference.xml      (revision 2782)
+++ src/en/book/ch09-reference.xml      (working copy)
@@ -7117,6 +7117,9 @@
             <para>authenticated username attempting the propchange</para>
           </listitem>
           <listitem>
+            <para>name of the property changed</para>
+          </listitem>
+          <listitem>
             <para>change description: <literal>A</literal> (added),
               <literal>D</literal> (deleted), or <literal>M</literal>
               (modified)</para>




More information about the svnbook-dev mailing list