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

International Characters & Subversion 1.1.0 Problems

From: Erich Enke <epte_at_ruffdogs.com>
Date: 2004-10-04 19:14:57 CEST

I've upgraded from 1.0.8 to 1.1.0 and this hasn't solved my problems.

Problems:
* I can't check in a filename such as 'G%E4steBuch' and expect to be
able to 'svn merge' and 'svn commit' it later (G?\228steBuch not found
in repo) (yes, I made a new merge now that I've upgraded. Same deal.)

* If I try to 'svn commit --encoding UTF-8' the merge, that doesn't work
(GästeBuch not found in repo)

* If I try to 'svn add GästeBuch; svn ci --encoding UTF-8', that doesn't
work (invalid UTF-8 sequence (hex: e4 73 74 65))

Note that any time I have done operations with UTF above, I have done:
export LANG=UTF-8
export LC_CLANG=UTF-8
export LC_CTYPE=UTF-8

I need at least a work-around. The desired behavior is to check in
'G%E4steBuch', merge into another branch, be able to commit my changes,
and have 'G%E4steBuch' show up in the new branch. Please keep in mind
that I have only done a little with international characters and unicode.

Explanations of the internal workings that are causing my problems would
also be welcome.

TIA,
Erich
Ruffdogs.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 4 19:23:09 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.