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

Re: Encoding problems

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2004-11-20 15:38:34 CET

On Sat, 20 Nov 2004 08:40:50 -0500, Mark J. Reed <markjreed@mail.com> wrote:
> I'm trying to check some binary files into svn and I get the message
> "valid UTF-8 sequence followed by invalid UTF-8 data". How do I tell
> svn not to try to guess the encoding? I tried --encoding iso-8859-1
> but I still got that same message.
>
> I'm running svn client 1.1.1 against repository created by
> svnadmin version 0.33.1 served by svnserve.
 
> Any help?

Don't do that: running 0.33.1. Upgrade to 1.0+ if you want help...

OTOH this is a client problem, so I'm going to help: the error may not
be about the file contents (it probably is not: Subversion does not do
any conversions on file contents). Probably you told Subversion your
machine is running a UTF-8 locale, but in fact the file names are not.
In which case Subversion is trying to tell you that.

bye,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Nov 20 15:40:57 2004

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.