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

svn: Directory 'x/y/z' is missing

From: Kylo Ginsberg <kylo.ginsberg_at_gmail.com>
Date: 2007-03-27 01:58:57 CEST

I am doing a poor-man's sparse directory script that checks out a
subset of a tree something like this:

# checkout top level non recursively
svn co -N -r "$rev" $SVNROOT/$baseDir .

# descend a tree doing non-recursive updates
svn up -N -r "$rev" $path

# until at a point where we want a fully populated tree, do a standard update
svn up -r "$rev" $path

I can then turn around a run an svn update and I generally don't pick
up any directories outside of the subset of interest. However,
sometimes (perhaps if there were updates to parts of the tree outside
the subset of interest?), an "svn update" will produce a message like:

svn: Directory 'x/y/z' is missing

and then a subsequent "svn update" will haul in a bunch of unwanted
directories, possibly stopping at another "svn: Directory ... is
missing" message.

I would like an svn update to only update the tree I have checked out,
not to haul in unwanted directories. Any recommendations?

My current thought is that, parallel to the above checkout script,
would be an update script that would similarly march down the tree
doing non-recursive or normal updates as appropriate.

Thanks,
Kylo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 27 01:59:22 2007

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.