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

Re: Subversion on FreeBSD does not work with UTF-8 filenames

From: Ryan Schmidt <subversion-2009a_at_ryandesign.com>
Date: Mon, 9 Mar 2009 11:24:20 -0500

On Mar 9, 2009, at 10:55, Shrinivasan wrote:

> We have SVN server in CentOS.
> and FreeBSD as client.
>
> When we checkout a repository from svn server to freebsd client as
> $svn co svn+ssh://svn.server.name/repos/trunk/aspell/share/
> aspell_at_115435
>
> It gives the following error
> svn: Safe data 'aspell/portugu' was followed by non-ASCII byte 195:
> unable to convert to/from UTF-8
>
> Both server and client has the locale as
> $locale -a | grep -i en_US.UTF-8
> en_US.UTF-8
>
> The repository has filenames in unicode.
> But this works in linux well.
>
> How to solve this in FreeBSD?

"locale -a" just lists all available locales. What is the locale
actually set to on the FreeBSD machine? What about on the Linux machine?

You need to set LANG to a value that is correct for your terminal.
For example on my Mac OS X machine, whose terminal I have configured
to expect UTF-8 data, I have set LANG to "en_US.UTF-8".

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1297485

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-03-09 17:25:19 CET

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.