trunk
Remove the mistake "the the" from various files.
* contrib/hook-scripts/case-insensitive.py: Convert to Python 3.
This fixes #22 in Github:
* contrib/cgi/tweak-log.cgi, * contrib/hook-scripts/pre-lock-require-needs-lock.py, * contrib/hook-scripts/commit-block-joke.py, * contrib/hook-scripts/pre-commit-check.py, * contrib/server-side/svn-obliterate.py Add copyright/license bits (based on dates of significant edits).
Update every occurence of the Subversion repository URL to apache.org, except in CHANGES (for sentimental reasons, I guess).
The example hook script 'detect-merge-conflicts.sh' was too eager to reject a commit, since a single added line of "=======" was interpreted as a conflict marker, and that line occurs reasonably often in normal text files. Only look for the beginning and end marker lines, because they are more distinctive.
Replace http:// links with https://, except LICENSE and license headers
Revert r1242802.
Update issue tracker links in comments, from Tigris (issuezilla) to Apache (Jira).
* contrib/hook-scripts/require-mergeinfo.pl Add a licensing comment, as agreed by John Gardiner Myers in an email to me on 2009-01-08: [[[ Julian Foad wrote: > Would you be happy for it to have the same licence as Subversion, as > most of the other contributed hook scripts do? I don't think the script is particularly copyrightable, but sure. ]]]
* contrib/hook-scripts/check-mime-type.pl (): Add an explicit "end of arguments" flag. (safe_read_from_pipe): Add an explicit third argument.
Fix some typos.