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

links to files not created yet breaks checkout

From: Jon Wagoner <jon.wagoner_at_redcheetah.com>
Date: 2005-06-08 18:43:18 CEST

In my repository, I have two directories named admin_web and applet. There are some symlinks in admin_web pointing to some files in applet using relative filenames (one example is in admin_web/applet, there is a symlink jdom.jar -> ../../applet/jdom.jar)

When I checkout the repository to a new directory, it checks out the admin_web directory first, and aborts when it hits the symlink with the error:

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.

At that point, I can go into the test directory, call "svn update applet" to pull in the applet directory, and then I can successfully cleanup and update admin_web.

I'm using version 1.2.0 (r14790). Am I doing something wrong with the symlinks (I just added them using svn add like any other file), or is this a bug?

Jon

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 8 18:45:48 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.