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

Re: Handling of Revision numbers when merging repos

From: Paul <alabamapaul_at_gmail.com>
Date: 2007-02-05 22:21:11 CET

James,
When you load a repository from a dump file, the revision numbers in
the dump file are ignored, and the load process replays the dump file
as a series of commits to the new repository. You should see this in
the output of the svnadmin load command
  ------- Committed new rev 13 (loaded from original rev 6) >>>
This indicates the dump file revision was rev 6, but the revision in
the repo is now 13.

If you're merging repositories, and want to maintain the commits in
chronological order, you might want to take a look at
http://www.thehirts.net/blog/?page_id=24

I have never used this personally, but you may find it helpful.

Paul

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Feb 5 22:21:30 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.