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

Checkout problem with symlinks and locks

From: Daniel Jedecke <djedecke_at_1101itsolutions.de>
Date: 2005-05-25 13:30:35 CEST

Hello again.

i have the following file structure

/trunk/cgi-bin/
...
lrwxrwxrwx 1 dj users 12 May 25 12:43 /trunk/cgi-bin/index-demo-
en.pl -> index-src.pl
-r-xr-xr-x 1 dj users 1544 May 25 12:43 /trunk/cgi-bin/index.pl
-r-xr-xr-x 1 dj users 1431 May 25 12:43 /trunk/cgi-bin/index-src.pl
....

all files have set "svn:needs-lock"

If i checkout this repository to a new user, i got en error

svn: In directory '/trunk/cgi-bin'
svn: Can't change read-write perms of file '/trunk/cgi-bin/index-demo-
en.pl': No such file or directory
...
lrwxrwxrwx 1 dj users 12 May 25 12:43 /trunk/cgi-bin/index-demo-
en.pl -> index-src.pl
-r-xr-xr-x 1 dj users 1544 May 25 12:43 /trunk/cgi-bin/index.pl

it seems that subversion want to change the permission on the
symlinks, but the source file was not loaded yet, so the checkout abort.

So no new developer could checkout the repository. I think that is a
big bug.

Can anybody confirm that?

Daniel

PS: System is a gentoo x86 / Dell Poweredge 1400

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 25 13:32:55 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.