Author: danielsh
Date: Fri Dec 31 09:40:04 2010
New Revision: 1054075

URL: http://svn.apache.org/viewvc?rev=1054075&view=rev
Log:
* /site/publish/faq.html
  (hook-debugging):  Add standard advice about extensions.

Modified:
    subversion/site/publish/faq.html

Modified: subversion/site/publish/faq.html
URL: 
http://svn.apache.org/viewvc/subversion/site/publish/faq.html?rev=1054075&r1=1054074&r2=1054075&view=diff
==============================================================================
--- subversion/site/publish/faq.html (original)
+++ subversion/site/publish/faq.html Fri Dec 31 09:40:04 2010
@@ -3260,6 +3260,10 @@ never seem to happen.</p>
             run another program if you
 spell out that program's absolute name.</p>
 
+<p>Make sure the hook script is named correctly: for example, the post-commit
+hook should be named <tt>post-commit</tt> (without extension) on Unix, and
+<tt>post-commit.bat</tt> or <tt>post-commit.exe</tt> on Windows.</p>
+
 <p><b>Debugging tips:</b></p>
 <p>
 If you're using Linux or Unix, try running the script "by hand", by


Reply via email to