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

Re: Copy of a partial tree?

From: Kylo Ginsberg <kylo.ginsberg_at_gmail.com>
Date: 2007-04-19 20:04:35 CEST

On 4/19/07, David Glasser <glasser@mit.edu> wrote:
> On 4/19/07, C. Michael Pilato <cmpilato@collab.net> wrote:
> > If you wish to create a sparse copy, you can still use sparse-directories to
> > assist in this, but it takes just a little more effort. (You need to do a
> > full checkout of the pieces you want to keep, with a depth-zero checkout of
> > any "limbs" you wish to "prune"; schedule those to-be-pruned limbs for
> > deletion, then do a wc-to-repos copy.) Or, ask Karl points out, you can use
> > MUCC, issuing the copy + all the pruning deletions you need in a single
> > transaction.
>
> Does the current implementation give an interface to "schedule those
> to-be-pruned limbs for deletion"?

Ah yes, if there was a single operation to accomplish that, then the
sparse copy becomes a simple two-step operation: mark all to-be-pruned
limbs for deletion, then issue the wc->url copy. I don't see that in
the notes on sparse support, however.

Kylo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 19 20:04:55 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.