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

Re: Can't recode string

From: Dave Camp <dave_at_thinbits.com>
Date: 2005-02-01 04:06:31 CET

On Jan 31, 2005, at 1:57 PM, Daniel Eggert wrote:

> First time I try to use subversion.
>
> When I want to import I get this error:
>
> % svn import Franz svn://10.0.0.8/Franz --message 'Initial import'
> svn: Can't recode string
>
> Huh? What strings can not be encoded and why?
>
> Running verison 1.1.3 on both server and client. Server is NetBSD,
> client is Darwin.

 From the archives...

>> Various applications need to be told what to expect. If the
>> environment
>> variables are not there, they fall back to default. In 10.2.8 shell, I
>> just did a printenv, and I don't see any LOCALE or LANG.
>>
>> For LANG, it would be something like
>>
>> export LANG=en_US.UTF-8
>>
>> I think. If you're on Jaguar, or just like tcsh, you'll need setenv
>> instead of export, I believe.
>>
>> Hmm. I don't see LOCALE set on my linux box, either.
>
> For the record, this appears to have fixed the problem. For tcsh, the
> setting would be:
>
> setenv LANG en_US.UTF-8

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Feb 1 04:06:42 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.