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

Re: Checkout problem with symlinks and locks

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-07-05 23:34:20 CEST

Aha, this looks like issue #2344.

     http://subversion.tigris.org/issues/show_bug.cgi?id=2344

On May 25, 2005, at 6:30 AM, Daniel Jedecke wrote:

> 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
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 6 00:37:38 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.