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

Re: Copying a project from one repository to another one.

From: Blair Zajac <blair_at_orcaware.com>
Date: 2005-05-25 14:06:38 CEST

Sebastien Arbogast wrote:
> Hi,
>
> Is it possible to extract just one project from repository A and to
> import it in a second repository B without losing all the versioning
> data ?
> I tried "svnadmin dump" command but it seems I can only dump the whole
> repository and moreover I obtain an annoying error when I do that :

Yes, you can only dump the whole repository, but you can use
svndumpfilter to filter the one project you want from the dump and pick
portions of the dump to load into other repositories. This will keep
the versioning information.

> DB_VERSION_MISMATCH: Database environment version mismatch
> svnadmin: bdb: Program version 4.3 doesn't match environment version

That's a different issue you'll need to fix from the general ability to
dump and load a repository into another repository.

Regards,
Blair

-- 
Blair Zajac, Ph.D.
<blair@orcaware.com>
Subversion and Orca training and consulting
http://www.orcaware.com/svn/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 25 14:08:29 2005

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.