It's all about the answers!

Ask a question

Single SVN dumpfile ONLY?


Guowei Jim Hu (1.0k910353) | asked Dec 17 '09, 10:55 a.m.
While working on migrating from SVN to RTC using the RTC importer, it seems that it assumes one single dumpfile as input.

In our case, the single dumpfile is over 50GB, too big to move around in the network. So we decided to generate multiple incremental dumpfiles, each for a specific range of revision.

The first dumpfile imported fine. But the subsequent ones can't go through because the Importer wizard won't display the SVN folder structures for select to import. When we saved the folder structure from the first import, and load it up for the subsequent ones, we got an error:

An internal error occurred during: "Import from SVN".
Revision 34593: Missing parent of add at Trunk/src.

Is there a way to around this or we have to use one single SVN dumpfile nomatter how big it is?

2 answers



permanent link
Michael Valenta (3.7k3) | answered Dec 18 '09, 9:38 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
Unfortunately, when SVN generates a dump file for a specific range of
revisions, the dumped revisions may still reference revisions outside
that range. This makes it impossible for the RTC importer to import the
data properly.

What you can do is create a single dump file and then use svndumpfilter
to filter out any uneeded subtrees.

Michael

ghu wrote:
While working on migrating from SVN to RTC using the RTC importer, it
seems that it assumes one single dumpfile as input.

In our case, the single dumpfile is over 50GB, too big to move around
in the network. So we decided to generate multiple incremental
dumpfiles, each for a specific range of revision.

The first dumpfile imported fine. But the subsequent ones can't go
through because the Importer wizard won't display the SVN folder
structures for select to import. When we saved the folder structure
from the first import, and load it up for the subsequent ones, we got
an error:

An internal error occurred during: "Import from SVN".
Revision 34593: Missing parent of add at Trunk/src.

Is there a way to around this or we have to use one single SVN
dumpfile nomatter how big it is?

permanent link
Guowei Jim Hu (1.0k910353) | answered Jan 25 '10, 3:38 p.m.
Just let everyone know that Michael and I have been working on this via work item https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/102212

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.