Author: dsahlberg Date: Fri Aug 30 07:57:13 2024 New Revision: 1920284 URL: http://svn.apache.org/viewvc?rev=1920284&view=rev Log: In site/publish:
Merge r1920282-1920283 from staging. Update the "How do I change the case of a filename?" faq entry with references to the current script. * faq.html (#change-case): s/check-case-insensitive.pl/case-insensitive.py/ Add direct download link pointing to the repository Modified: subversion/site/publish/faq.html Modified: subversion/site/publish/faq.html URL: http://svn.apache.org/viewvc/subversion/site/publish/faq.html?rev=1920284&r1=1920283&r2=1920284&view=diff ============================================================================== --- subversion/site/publish/faq.html (original) +++ subversion/site/publish/faq.html Fri Aug 30 07:57:13 2024 @@ -1979,9 +1979,11 @@ svn update an operating system that has a case insensitive filesystem. Do try to get it right when you add the file the first time! To prevent the problem from occurring in the first place, you can create a pre-commit hook that -calls the file <tt>check-case-insensitive.pl</tt>. That file lives +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>