Author: dsahlberg Date: Fri Aug 30 07:50:54 2024 New Revision: 1920282 URL: http://svn.apache.org/viewvc?rev=1920282&view=rev Log: In site/staging:
check-case-insensitive.pl has been deprecated since r855432 (2005) and was removed in r863966 (2007). Let's update to the followup script (it only support Subversion 1.3 and newer but that should be a resonable assumption). * faq.html (#case-change): s/check-case-insensitive.pl/case-insensitive.py/ (sort of) Modified: subversion/site/staging/faq.html Modified: subversion/site/staging/faq.html URL: http://svn.apache.org/viewvc/subversion/site/staging/faq.html?rev=1920282&r1=1920281&r2=1920282&view=diff ============================================================================== --- subversion/site/staging/faq.html (original) +++ subversion/site/staging/faq.html Fri Aug 30 07:50:54 2024 @@ -1979,7 +1979,7 @@ 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>