It's all about the answers!

Ask a question

What is the SubVersion dump file version RTC 2.0 accept?


Guowei Jim Hu (1.0k810353) | asked Dec 10 '09, 4:19 p.m.
When trying to import a SubVersion dump file to RTC using the RTC importer, I got an error:
Unsupported dump file version: 3


What is the SubVersion dump file version RTC 2.0 accept?
How to get around this?

4 answers



permanent link
Sachin Nairy (5111220) | answered Dec 16 '15, 7:27 a.m.
Hi,
I am tried to create remote SVN repository dumpfile using command  "svnrdump dump https://servr/project >c:\tmp\server.dump"
 it created dump file using "SVN-fs-dump-format-version: 3" format.
while importing into RTC it giving error message that Unsupported dump file version:3.

i am using RTC 5.0.2 server & client.

Please let me know how to solve this issue, svnrdum command dosen't have option to disable --dletas parameter.

Thanks,
Sachin

Comments
anoop mc commented Jul 26 '17, 5:49 a.m.

 Did you get around this issue .. I am also stuck with the same issue 


permanent link
Michael Valenta (3.7k3) | answered Dec 11 '09, 10:53 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
No, RTC does not rely on svndumpfilter. It just doesn't implement the
delta stitching so you need to leave of the --deltas flag when
generating the dump.

Michael

ghu wrote:
svnadmin dump with --deltas option will generate header
'SVN-fs-dump-format-version: 3'.

So my bet is that RTC importer will try to process the dump file with
svndumpfilter, which due to an existing bug at least in SubVersion
version 1.4.3, can't deal with VN-fs-dump-format-version: 3. and will
throw out error like:

Unsupported dump file version: 3.

Can someone confirm thta Jazz importer do call svndumpfilter to
process the dump file?

If it is true, then I'd like to see this to be documented in RTC help.

permanent link
Michael Valenta (3.7k3) | answered Dec 11 '09, 10:53 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
Versions 1 and 2 are supported. Version 3 encodes file contents changes
as deltas. If you generate a dump file without deltas (i.e. do not
specify the delta flag when issuing the dump command) you should end up
with a version 2 dump.

Michael

ghu wrote:
When trying to import a SubVersion dump file to RTC using the RTC
importer, I got an error:
Unsupported dump file version: 3


What is the SubVersion dump file version RTC 2.0 accept?
How to get around this?

permanent link
Guowei Jim Hu (1.0k810353) | answered Dec 11 '09, 10:29 a.m.
svnadmin dump with --deltas option will generate header 'SVN-fs-dump-format-version: 3'.

So my bet is that RTC importer will try to process the dump file with svndumpfilter, which due to an existing bug at least in SubVersion version 1.4.3, can't deal with VN-fs-dump-format-version: 3. and will throw out error like:

Unsupported dump file version: 3.

Can someone confirm thta Jazz importer do call svndumpfilter to process the dump file?

If it is true, then I'd like to see this to be documented in RTC help.

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.