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

Re: Encoding problems in subversion under Mac OS X (HFS+)

From: Paul Koning <pkoning_at_equallogic.com>
Date: 2005-12-06 18:01:11 CET

Somewhat related:

Scripts like commit-email.pl fail miserably on non-ASCII filenames if
the locale isnt' set to some UTF-8 locale. I added a line to my
post-commit hook script to do that:

 export LANG=en_US.UTF-8

It may be a good idea to add that to the sample hook files. Depending
on the installation, some other UTF-8 locale may be wanted instead,
but clearly it has to be *some* UTF-8 locale for things like svnlook
to work.

With that change the post commit email message works just fine.

     paul

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Dec 6 18:07:20 2005

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

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