You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Kenneth Porter <sh...@sewingwitch.com> on 2004/07/23 23:50:51 UTC

svn: Can't recode string

My vendor branch contains some files with a character in the name that 
under Windows looks like "...". When attempting to check out the tree on 
Linux, I get "Can't recode string", which apparently means the character 
can't be converted from its internal-to-svn Unicode format to whatever the 
current Linux encoding is. What's the "correct" solution for this?

I don't really care what the character is expanded to. I just want to 
execute a merge and commit on the server to save the bandwidth it would 
take to do this on the Windows client.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: svn: Can't recode string

Posted by Ben Collins-Sussman <su...@collab.net>.
On Fri, 2004-07-23 at 18:50, Kenneth Porter wrote:
> My vendor branch contains some files with a character in the name that 
> under Windows looks like "...". When attempting to check out the tree on 
> Linux, I get "Can't recode string", which apparently means the character 
> can't be converted from its internal-to-svn Unicode format to whatever the 
> current Linux encoding is. What's the "correct" solution for this?

Filenames are stored as UTF8 in the repository.  The correct solution is
to figure out a Linux locale capable of representing this particular
filename, and then set that locale.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org