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

Re: International Characters & Subversion 1.0.8 problems

From: Erich Enke <epte_at_ruffdogs.com>
Date: 2004-10-01 23:59:24 CEST

Some of what I wrote is invalid. I was using two terminal windows, one
to add/delete, the other to commit. I didn't set the LC_CLANG LC_CTYPE
and LANG variables in one of the windows.

So, I'll retry.

Of course, native en_US usage of G%E4steBuch doesn't work. That is the
same (when trying to commit my merge it says: svn: Unable to open
repository '[path_to_file_in_repository]/G?\228steBuch' even though svn
ls says it has G%E4steBuch).

# cp G%E4steBuch GästeBuch

# ls
G?steBuch
G%E4steBuch
[ among others ... ]

# svn add G?steBuch
svn: Valid UTF-8 data
(hex: 47)
followed by invalid UTF-8 sequence
(hex: e4 73 74 65)

# svn add GästeBuch
svn: Valid UTF-8 data
(hex: 47)
followed by invalid UTF-8 sequence
(hex: e4 73 74 65)

And I'm completely stuck there.

As before, all I'm looking to do is store off the file G%E4steBuch in
the repository and eventually get it out as G%E4steBuch. Help anyone?
I'm looking for explanations, workarounds. Anything.

thanks,
Erich
Ruffdogs.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Oct 2 00:07:03 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.