|
I'm trying to convert a fossil repository to Veracity via fossil fast-export to vv fast-import.
When trying to import the dump via
Veracity aborts with the following output:
Have I stumbled upon some unimplemented part of the git importer ? I've tried both Veracity version 1.1.0.10579 and the 1.5.0.10579 nightly with the same results. |
|
And there's the problem. Veracity's implementation of fast-import does not support the deleteall command, mostly because that command isn't in [my copy of] the spec. I'll figure this out and get it fixed. |
Er, that would be my fault.
I need to see the portion of the export file which is just before the line that triggers the failure. Any chance you could dig that up and send it to me or post it here? Find the line which contains "M 100755 :2 bin/premake4" and send me perhaps a screenful of stuff just before it.
Thanks!
Here is the relevant portion of the file. If you need more than this let me know.