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

Re: More partial checkout woes

From: Joshua Varner <jlvarner_at_gmail.com>
Date: 2005-11-11 04:59:31 CET

On 11/10/05, Steve Folly <steve.folly@blueyonder.co.uk> wrote:
> 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 http://subversion.tigris.org/issues/show_bug.cgi?id=695.
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@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Nov 11 05:02:42 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.