Author: dsahlberg
Date: Fri Aug 30 07:54:02 2024
New Revision: 1920283
URL: http://svn.apache.org/viewvc?rev=1920283&view=rev
Log:
In site/staging:
Let's add a convinience link to directly download the case-insensitive script.
* faq.html
(#check-case): Add link to case-insensitive.py script
Modified:
subversion/site/staging/faq.html
Modified: subversion/site/staging/faq.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/faq.html?rev=1920283&r1=1920282&r2=1920283&view=diff
==============================================================================
--- subversion/site/staging/faq.html (original)
+++ subversion/site/staging/faq.html Fri Aug 30 07:54:02 2024
@@ -1981,7 +1981,9 @@ get it right when you add the file the f
problem from occurring in the first place, you can create a pre-commit hook
that
calls the file <tt>case-insensitive.py</tt>. That file lives
in the Subversion
-source tarball, in the directory <tt>contrib/hook-scripts</tt>.</p>
+source tarball, in the directory <tt>contrib/hook-scripts</tt> or can be
+downloded from the <a
href="https://svn.apache.org/repos/asf/subversion/trunk/contrib/hook-scripts/case-insensitive.py"
+>repository</a>.</p>
</div>