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

Re: dump only certain directories?

From: Max Bowsher <maxb_at_ukf.net>
Date: 2004-04-23 18:12:38 CEST

Tim Shadel wrote:
> Hi,
>
> I've searched all over, and haven't seen anyone ask this question
> before. Say I have a repository like:
>
> /branches
> /tags
> /trunk
> /project1
> /project2
> /project3
> /project4
>
> They're together since they branch together, tag together, but evolve at
> slightliy different rates. At some point, I decide that I'd like to
> split off /project1 and /project4. I want another repository, so I'd
> like it to look like this:
>
> A
> ===========
> /branches
> /tags
> /trunk
> /project2
> /project3
>
> B
> ===========
> /branches
> /tags
> /trunk
> /project1
> /project4
>
>
> Can I dump the FULL history of /trunk/project1 and /trunk/project4, and
> NOT the others? Or, is there a way that I can dump the entire thing,
> but only LOAD 1 and 4, and not the others. It's OK if 1 and 4 remain in
> the history of repostiory A (I'll just "svn rm" and leave the past
> there. Obviously I can take 1 and 4 as they are, and begin B without
> history, but I'd prefer not to do that.
>
> What are my options?

Investigate the svndumpfilter command.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 23 18:13:47 2004

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.