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

Re: [svn] Recode problem

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-05-06 13:45:15 CEST

On May 6, 2005, at 3:35 AM, Heikki Orsila wrote:

> The default behaviour of SVN is very annoying: importing files often
> fails
> for an error 'svn: Can't recode string'. The default behaviour should
> be
> to accept _any_ filenames (zero terminated byte strings).

Subversion *does* accept any filename. However, each filename must be
converted to UTF8 when sent into the repository. The error you're
seeing is that your current locale is unable to interpret the filename,
and thus cannot 'recode' the filename into UTF8. You must set your
locale correctly.

The only bug here is that the error message isn't friendly to users.
In svn 1.2.0, the message is friendlier.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri May 6 13:46:04 2005

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.