You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Flanakin Michael C Ctr HQ OSSG/OMR <Mi...@Gunter.Af.Mil> on 2005/10/24 13:06:24 UTC

Copy History to New Repository

I have 3 repository layers on a project I'm working on. The first is a
generic reusable tool, the second is a specific instance of that tool,
and the third is a plug-in for the tool. There's a portion I want to
move from one level to another, so my first instinct was to do a dump
and load. The problem is that this will copy the entire repository. I
only want one directory within the repo. Is there any way to do this? I
can load it all and then remove what I don't want, I guess; but of
course, it'd be better to just trim it all out before loading it. Maybe
I can manually edit the dump file, but I'm not sure if there's anything
I should look out for before doing so. Has anyone done anything like
this before?
 
Michael Flanakin
 

Re: Copy History to New Repository

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Oct 24, 2005, at 15:06, Flanakin Michael C Ctr HQ OSSG/OMR wrote:

> I have 3 repository layers on a project I'm working on. The first  
> is a generic reusable tool, the second is a specific instance of  
> that tool, and the third is a plug-in for the tool. There's a  
> portion I want to move from one level to another, so my first  
> instinct was to do a dump and load. The problem is that this will  
> copy the entire repository. I only want one directory within the  
> repo. Is there any way to do this? I can load it all and then  
> remove what I don't want, I guess; but of course, it'd be better to  
> just trim it all out before loading it. Maybe I can manually edit  
> the dump file, but I'm not sure if there's anything I should look  
> out for before doing so. Has anyone done anything like this before?

Sure. svndumpfilter:

http://svnbook.red-bean.com/en/1.1/ch05s03.html#svn-ch-5-sect-3.1.3



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org