[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: Yasuhito FUTATSUKI <futatuki_at_poem.co.jp>
Date: Sun, 24 Nov 2019 17:19:44 +0900

On 2019/11/24 11:46, Daniel Shahaf wrote:
> 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/

Ah, that's right. Thanks! fixed in r1870266.

Cheers,

-- 
Yasuhito FUTATSUKI <futatuki_at_yf.bsdclub.org>/<futatuki_at_poem.co.jp>
Received on 2019-11-24 09:20:54 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.