[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1870217 - /subversion/trunk/tools/server-side/svn-backup-dumps.py

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Sun, 24 Nov 2019 02:46:05 +0000

futatuki_at_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
Received on 2019-11-24 03:46:21 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.