Jewgenij Moldawski wrote:
It's really great method with 'A', 'B', 'C' dumps! Thanks for the
idea. Unfortunately was in my case the dumpfile  at least once such
corrupt, that 'svndumptool split' have been canceled with an
exception (bad tag 'xyz'). And the entire dumpfile ist pretty big
(~20GB) for vi :-(


I had exactly the same problem. I used a combination similar to:
  tail '-n+X | head -n1000 |  grep ^Revision-number
(syntax is probably not 100%)
incrementing X till I found the revision svndumptool was bombing on, and then to examine the surrounding dumpfile.

I documented the result here: http://www.pumacode.org/projects/vss2svn/wiki/FixingTheDumpfile#DumpfileIsCorrupt

(Quick version: run on linux, not windows)

-Nathan

_______________________________________________
vss2svn-users mailing list
Project homepage:
http://www.pumacode.org/projects/vss2svn/
Subscribe/Unsubscribe/Admin:
http://lists.pumacode.org/mailman/listinfo/vss2svn-users-lists.pumacode.org
Mailing list web interface (with searchable archives):
http://dir.gmane.org/gmane.comp.version-control.subversion.vss2svn.user

Reply via email to