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

Links not working with latin1 charset in filenames

From: Troels Liebe Bentsen <tlb_at_rapanden.dk>
Date: 2005-05-18 11:20:04 CEST

Hey there is a problem with links and latin1 as you can see from the
example below and the strace.

[tlb@localhost tmp]$ ls -l
total 0
lrwxrwxrwx 1 tlb tlb 8 May 18 11:14 bilag -> ../bilag/
lrwxrwxrwx 1 tlb tlb 10 May 18 11:14 figurer -> ../figurer/

[tlb@localhost Økonomidel]$ svn commit -m ''
Sending Økonomidel/tmp
Adding Økonomidel/tmp/bilag
Adding Økonomidel/tmp/figurer
Transmitting file data .svn: Commit failed (details follow):
svn: Can't read contents of link: No such file or directory

lstat64("/home/tlb/svn/gruppen/Integrationsopgaven/rapporter/Økonomidel/tmp/figurer",
{st_mode=S_IFLNK|0777, st_size=10, ...}) = 0
lstat64("/home/tlb/svn/gruppen/Integrationsopgaven/rapporter/Økonomidel/tmp/figurer",
{st_mode=S_IFLNK|0777, st_size=10, ...}) = 0
open("/home/tlb/svn/gruppen/Integrationsopgaven/rapporter/Økonomidel/tmp/.svn/tmp/figurer.2.tmp.tmp",
O_RDWR|O_CREAT|O_EXCL, 0666) = 4
readlink("/home/tlb/svn/gruppen/Integrationsopgaven/rapporter/Ãkonomidel/tmp/figurer",
0xbfffe8a0, 1024) = -1 ENOENT (No such file or directory)

Regards
Troels Liebe Bentsen

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 18 11:22:09 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.