You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Jörg Sommer <jo...@alea.gnuu.de> on 2006/07/27 21:21:49 UTC

Join two repositories

Hi,

I search a script to join two repositories. The counterpart of
svndumpfilter which can split a repository. I want to place them in
subdirectories of a new repository:

svn cp REPO1 REPO_NEW/repo1
svn cp REPO2 REPO_NEW/repo2

Bye, Jörg.
-- 
"Hey, dad, you see how this man can twist his fingers? Amazing, isn't
it?" "No, son, not really. He's been using Emacs for ten years..."

Re: Join two repositories

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Jul 27, 2006, at 23:21, Jörg Sommer wrote:

> I search a script to join two repositories. The counterpart of
> svndumpfilter which can split a repository. I want to place them in
> subdirectories of a new repository:
>
> svn cp REPO1 REPO_NEW/repo1
> svn cp REPO2 REPO_NEW/repo2


See this:

http://svn.haxx.se/users/archive-2006-01/1168.shtml




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