11/10/05, Steve Folly <steve.folly (AT) blueyonder (DOT) co.ukwrote:
Hi,
I've given up on trying to use svn:externals to mimic partial
checkouts - it just got too nasty when I started to consider tags and
branches.
However, I'm now looking at non-recursive checkouts and updates to
try and achieve the same effect. But still with some problems
svn checkout -N is currently broken.
see
You are seeing a manifestation of this. The wc doesn't realize that
there are only those directories locally so it gets messed up when
you do the copy. What you could do is copy the subdirectories individually
into the tag, then commit it. It was the copy of trunk that was the
problem.
Josh
To unsubscribe, e-mail: users-unsubscribe (AT) subversion (DOT) tigris.org
For additional commands, e-mail: users-help (AT) subversion (DOT) tigris.org