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

Replaying revisions in new repository

From: Thilo-Alexander Ginkel <maillist_at_tgbyte.com>
Date: 2004-04-29 01:46:13 CEST

Hello,

after migrating an existing VSS repository to subversion, I noticed
that some files are missing from the migrated repository.

Unfortunately, fixing the migration script and performing a new
conversion is not an option as new revisions have already been
committed to the subversion repository.

Now, I am looking for a way to apply the commits which happened since
the migration to a newly converted repository (which will contain the
files previously missed during the migration).

Will the following command sequence work although the revision numbers
from the old repository will not match the revisions from the new one?

svnadmin dump -r 4488:4517 --incremental /path/to/old/repository > diff.dump
svnadmin load /path/to/new/repository < diff.dump

Regards,
Thilo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 29 01:46:43 2004

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.