On Jan 11, 2010, at 02:48, Ullrich Jans wrote:

> Ryan Schmidt wrote:
> 
>> On Jan 5, 2010, at 06:02, Chetan Chatwani wrote:
>> 
>>> We have two repositories names as  : bmrepos and bmdevrepos.
>>> We want to copy/add data from bmrepos to bmdevrepos but history
>>> should not losed. 
>>> 
>>> Note: bpmrepos already have some contents.
>> 
>> Yes, you can do this with "svnadmin dump" and "svnadmin load".
> 
> But watch out: the dates in the revisions will not be linear afterwards, so 
> searching for revisions by date will not work any more. (AFAIK)

That's right. If that's a concern, dump both repositories, merge them together 
interlacing their revisions in chronological order, and load them into a third 
new repository. This is one of the tasks the svndumptool script can help you 
accomplish.

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


Reply via email to