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

Importing multiple dumps into a single repository

From: David Newman <dnewman_at_unixmonkeys.com>
Date: Mon, 2 Jul 2012 17:49:10 -0400

Hi there,
Consider a repository with multiple projects. Each project is separately
dumped and imported into another repository. Where before the revisions
were sequential by time, now they are sequential by project.

So far the only problem I have come across is that checkout by date isn't
completely accurate. The checkout seems to move forward through revisions
until it gets to the first revision that satisfies the timestamp and stops
there whereas for each subsequent project that is imported there are later
revisions that would also satisfy the request.

1) Will this create any other problems other than the timestamp checkout
problem?
2) Is there a way to reinterleave the revisions, i.e. take two dumps, cat
and sort revisions by commit date?

Thanks
-Dave
Received on 2012-07-02 23:49:46 CEST

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.