On Thu, Oct 16, 2008 at 08:21:39AM -0700, Geppo wrote:
> I'm trying to migrate two CVS repositories into one SVN repository
> using the cvs2svn utility.
> I've migrated the first one without any problem. This has created an
> SVN repository (/source/new_repository/).
> When I try to migrate the second CVS repository into the same SVN
> repository, I get the error below.
> Any suggestion?
Two suggestions:
1) Touch the CVS files so that both repositories look like a single
one. Administration files of CVS (CVS/*) are really simple, this
should be no problem.
I converted in the past a RCS based repository into a CVS one by
using such tricks and converted this via cvs2svn into a Subversion
repository.
2) Create two separate Subversion repositories and merge both using
svnadmin dump/load together with svndumpfilter. See
http://svnbook.red-bean.com/nightly/en/svn-book.html#svn.reposadmin.maint.tk.svndumpfilter
Nevertheless svndumpfilter is probably only useful to split
repositories, not for merging.
I suggest solution 1)
Jens
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-10-17 15:16:43 CEST