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

Help needed for svnmerge.py character encoding issue

From: Raman Gupta <rocketraman_at_fastmail.fm>
Date: Sat, 16 Feb 2008 11:56:30 -0500

Posting this on the svn-dev list as most of the devs probably do not
monitor the svnmerge.py mailing list...

Would one of the svn devs who has a good understanding of character
encoding issues in svn review the svnmerge.py thread started here by
Romulo Ceccon:

http://article.gmane.org/gmane.comp.version-control.subversion.svnmerge.devel/872

Specifically, Romulo created a patch for this problem which fixes his
problem on Windows but breaks at least my linux box (review the patch
later in the thread, not the initial one). The root cause of the
problem seems to be these lines in svnmerge.py:

# We expect non-localized output from SVN
os.environ["LC_ALL"] = "C"

Is this correct and/or can this be tweaked somehow to fix the
underlying problem?

Cheers,
Raman Gupta

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-02-16 17:56:52 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.