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

Re: Symlinks with umlauts

From: Tobias Grimm <listaccount_at_e-tobi.net>
Date: 2005-06-30 21:19:57 CEST

Michael Klemm schrieb:

> In 1.2.0 there's the same problem:
>
>faui20c [/srv/svn/tmp/test] [25]> touch "äöü"
>faui20c [/srv/svn/tmp/test] [26]> ln -s äöü umlaut
>faui20c [/srv/svn/tmp/test] [27]> svn add umlaut
>
>

This works for me! But not this:

$ touch umlaut
$ ln -s umlaut "äöüß"
$ svn add "äöüß"
A äöüß
$ svn ci -m"test"
Hinzufügen äöüß
Übertrage Daten .svn: Übertragen fehlgeschlagen (Details folgen):
svn: Can't read contents of link: Datei oder Verzeichnis nicht gefunden

("Datei oder Verzeichnis nicht gefunden" = "File or Directory not found")

@Saulius:

The encoding of the filename should be iso8859-1 and locales are not
utf-8, but "de_DE@euro". I have no problems with umlauts in filename,
only umlauts in symlink names cause this failure. There may be a problem
in the code, that resolves the symlink.

Can anyone please test this?

Regards,

Tobias

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 30 21:42:23 2005

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.