[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: Hunkel, Manfred <M.Hunkel_at_t-systems.com>
Date: 2005-07-01 08:57:42 CEST

| -----Ursprüngliche Nachricht-----
| Von: Tobias Grimm [mailto:listaccount@e-tobi.net]
| Gesendet: Donnerstag, 30. Juni 2005 21:20
| An: users@subversion.tigris.org
| Betreff: Re: Symlinks with umlauts
|
| 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")

I can corroborate this (SVN 1.1.4, built on NetBSD 1.6.2)

Note that my locale has LC_CTYPE=de_DE.ISO8859-1 and actions
dealing with regular files with umlauts in their names work fine...

-----------------8<----------------------------->8------------------
root@w4de3dsy0000310 /usr/var/svn/tmp/trunk# echo $LC_CTYPE
de_DE.ISO8859-1root@w4de3dsy0000310 /usr/var/svn/tmp/trunk# touch umlaut
root@w4de3dsy0000310 /usr/var/svn/tmp/trunk# ln -s umlaut "äöüß"
root@w4de3dsy0000310 /usr/var/svn/tmp/trunk# svn add "äöüß"
A äöüß
root@w4de3dsy0000310 /usr/var/svn/tmp/trunk# svn ci -m"test"
Adding äöüß
Transmitting file data ./usr/pkgsrc_distfiles/manually-built/subversion-1.1.4/subversion/libsvn_client/commit.c:765: (apr_err=2)
svn: Commit failed (details follow):
/usr/pkgsrc_distfiles/manually-built/subversion-1.1.4/subversion/libsvn_subr/io.c:365: (apr_err=2)
svn: Can't read contents of link: No such file or directory
-----------------8<----------------------------->8------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 1 09:03:19 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.