ok, the problem is here: The rename was a rename of the project "SETUP"
to "LAYOUT", but there is no physical file for this rename action.
<Version offset="11128">
<Action ActionId="RenamedProject">
<SSName offset="0" type="project">SETUP</SSName>
<Physical></Physical>
<NewSSName offset="0" type="project">LAYOUT</NewSSName>
</Action>
<Date>823253818</Date>
<UserName>Henrik</UserName>
<VersionNumber>27</VersionNumber>
</Version>
The project was added just 300 seconds before the rename
<Version offset="10716">
<Action ActionId="AddedProject">
<SSName offset="0" type="project">SETUP</SSName>
<Physical>DBQAAAAA</Physical>
</Action>
<Date>823253534</Date>
<UserName>Henrik</UserName>
<VersionNumber>26</VersionNumber>
</Version>
...
and destroyed later.
<Version offset="53152">
<Action ActionId="DestroyedProject">
<SSName offset="0" type="project">LAYOUT</SSName>
<Physical>DBQAAAAA</Physical>
</Action>
<Date>1158320576</Date>
<UserName>Daniel</UserName>
<VersionNumber>129</VersionNumber>
</Version>
So if you want to fix your dumpfile, then change it to rename the
"SETUP" project to "LAYOUT". This could give you other problems since
you have to change all occurences of "SETUP" to "LAYOUT"
But on the other hand, I have no idea, ow to solve this. The important
glue, the physical ID is missing here. I think this will be problematic
to solve automatically. I will have a look
Dirk
_______________________________________________
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