Re: [E-devel] [patch] Link copying fix

2012-07-26 Thread The Rasterman
On Mon, 23 Jul 2012 10:27:01 +0200 rustyBSD said: > Strange thing you are telling me. > > $ svn update -r 74262 # just before my patch was committed > ... > $ ln -s /home link1 > $ ln -s /home link2 > right-click on link1 -> copy to an empty folder > right-click on link2 -> copy to the same fol

Re: [E-devel] [patch] Link copying fix

2012-07-23 Thread rustyBSD
Strange thing you are telling me. $ svn update -r 74262 # just before my patch was committed ... $ ln -s /home link1 $ ln -s /home link2 right-click on link1 -> copy to an empty folder right-click on link2 -> copy to the same folder Annnd... "File already exists". Of course, if you test with th

Re: [E-devel] [patch] Link copying fix

2012-07-23 Thread The Rasterman
On Fri, 20 Jul 2012 22:43:21 +0200 rustyBSD said: > (re)Hi, > when copying symlinks, it creates a symlink to the > destination but with the name of the pointed file/folder. > > It causes problems, ex: we can't copy two symlinks > pointing to the same file, because they will have the > same name.

[E-devel] [patch] Link copying fix

2012-07-20 Thread rustyBSD
(re)Hi, when copying symlinks, it creates a symlink to the destination but with the name of the pointed file/folder. It causes problems, ex: we can't copy two symlinks pointing to the same file, because they will have the same name. Here is a patch which corrects this. I also found other problems