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

RE: links to files not created yet breaks checkout

From: Jon Wagoner <jon.wagoner_at_redcheetah.com>
Date: 2005-06-14 17:30:57 CEST

kfogel@collab.net wrote:
> Greg Hudson <ghudson@MIT.EDU> writes:
> > On Sat, 2005-06-11 at 18:38 -0500, kfogel@collab.net wrote:
> > > > svn: In directory 'test/admin_web/applet' svn: Can't move
> > > > 'test/admin_web/applet/jdom.jar.tmp' to
> > > > 'test/admin_web/applet/jdom.jar': No such file or directory
> > > >
> > > > The file jdom.jar.tmp is in the admin_web directory, and is a symlink
> > > > pointing to ../../applet/jdom.jar as it should.
> >
> > > Maybe there's some flag we should be passing to APR when creating a
> > > symlink, saying it's okay if the target of the link doesn't exist? If
> > > no such flag is available, then we might have a more serious problem
> > > on our hands.
> >
> > There should never be a problem creating a symlink pointing to a
> > nonexistent pathname, nor should there be a problem moving such a
> > symlink.
> >
> > My guess is that we're getting tangled up in our file-moving helper
> > function, which is working around Windows permissions-related lossage.
>
> Thanks, Greg.
>
> Jon, do you have time/ability to debug into this and see where exactly
> that error is coming from?
>
> -Karl

I'll take a look and see what I can figure out about this. I have a little time I can spend on it.

Jon

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jun 14 18:28:16 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.