trunk
Update 'fsfsfixer' to work with packed repositories.
Deprecate svn cutter, per ESR's email to dev@subversion. Point to his new "reposurgeon" project site.
Fix some typos.
Work towards Python 3 compatibility. Since we already require Python 2.7+, we can use the new syntax without further limiting our Python 2 support.
For all executable Python scripts: - set svn:executable if not already set. - add/change shebang to '#!/usr/bin/env python' if not already that.
* contrib/server-side/fsfsverify.py (NodeRev): Do not error on property lists as found in FSFS format >=4 which added the sha1 and uniquifier fields. Previously fsfsverify.py would exit with a ValueError when reading such a revision.
* contrib/**: Trim trailing whitespace.
Fix the usage of empty line print() under Python 2.