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

[PATCH] allow svnsync to translate non-UTF-8 log messages to UTF-8 (v. 5)

From: Danny Trebbien <dtrebbien_at_gmail.com>
Date: Sat, 12 Feb 2011 18:17:30 -0800

Attached are version 5 of the patch and log message. The six DUMP
files are the same, and TGZ archives of these files can be downloaded
from Gmane: http://cache.gmane.org//gmane/comp/version-control/subversion/devel/125057-001.bin
and http://cache.gmane.org//gmane/comp/version-control/subversion/devel/125057-002.bin

There was a slight problem with v. 4 of the patch that had something
to do with the concern raised in a message from January 10, 2011:
<http://thread.gmane.org/gmane.comp.version-control.subversion.devel/124731/focus=124967>.
 The issue was that `svnsync` would fail to sync Subversion
repositories containing UTF-8-encoded svn:* props if the
system-default language encoding is not UTF-8. The fix was to not
pass NULL for ENCODING to svn_subst_translate_string2():
https://github.com/dtrebbien/subversion/commit/76b6856818553b9bc62a3c7c7fd2aa084ed1a3e1

Version 5 of the patch also adds a test that `svnsync` can sync
repositories containing UTF-8-encoded svn:* props even if the
system-default language encoding is not UTF-8.

Received on 2011-02-13 03:18:08 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.