Hi Subversion Developers,

I found a SyntaxWarning when running svn-backup-dumps.py using Python
3.12 or later.

Problem: The script triggers SyntaxWarning: invalid escape sequence
'\.' because it uses a standard string for a regular expression
pattern containing backslashes.

Solution: I have updated the script to use a raw string (r-string) for
the regex pattern to properly handle the escape sequences. I have also
bumped the script version to 0.7.

I have attached the patch to this email. Please let me know if any
further changes are needed.

Regards, youichi koumoto

--
河本陽一([email protected])

Attachment: fix-bug-in-backup-dumps.patch
Description: Binary data

Reply via email to