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

dump only certain directories?

From: Tim Shadel <timshadel_at_pobox.com>
Date: 2004-04-26 20:47:10 CEST

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?

Thanks,

Tim

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Apr 26 20:47:59 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.