On 2019/11/24 11:46, Daniel Shahaf wrote:
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/
Ah, that's right. Thanks! fixed in r1870266.
Cheers,
--
Yasuhito FUTATSUKI <futat...@yf.bsdclub.org>/<futat...@poem.co.jp>