futat...@apache.org wrote on Sat, Nov 23, 2019 at 10:08:30 -0000: > +++ subversion/trunk/tools/server-side/svn-backup-dumps.py Sat Nov 23 > 10:08:30 2019 > @@ -402,7 +402,8 @@ class SvnBackup: > - sys.stdout.write("%s " % buf.decode('utf-8')) > + sys.stdout.write(buf.decode(sys.stdout.encoding, > + 'backslashrreplace'))
There seems to be a typo: s/backslashrreplace/backslashreplace/ Cheers, Daniel