Den fre 13 feb. 2026 kl 02:48 skrev 河本陽一 <[email protected]>:
> 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]) > Thank you so much for the patch! I have reviewed and tested and committed as r1931849. Thanks, Daniel

