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

RE: Transfers from one repository to another

From: Jason Winnebeck <jpwasp_at_rit.edu>
Date: 2007-07-25 14:18:32 CEST

-----Original Message-----
From: Adams, Arthur (Aquilent) [mailto:Arthur.Adams2@va.gov]

We are considering migrating the project I work on from multiple
SubVersion repositories to one unified repository.

We'd like to see that our files keep their svn history in the new
repository, but, as far as I can tell, that's not possible.

--------------------

It is possible. As Erik said, you can svnadmin dump each repository,
then filter the dump with svndumpfilter to just contain your project
(unless you are merging the entire repositories). The disadvantage is
that your revision numbers will be out of order date-wise, which could
make things confusing. One solution is to use svndumptool, which is not
part of the SVN distribution.

http://svn.borg.ch/svndumptool/

You can use the merge command to intermix the revision numbers so that
they are ordered by date. Otherwise, with the standard dump, dump, load
method, you'll get all of repository A's revisions then all of
repository B's.

Jason

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 25 14:17:31 2007

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.