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