$ od -N 50 -a -H dummy/data/names.dat
0000000    P nul nul nul   H   N  a2   J nul nul nul nul nul nul nul nul
                 50000000        484ea24a        00000000        00000000
0000020  nul nul nul nul nul nul nul nul  db  cd soh nul nul nul nul nul
                 00000000        00000000        dbcd0100        00000000
0000040  nul nul nul nul nul nul nul nul nul nul nul nul nul nul nul nul
                 00000000        00000000        00000000        00000000
*
0000060

So the names.dat does have the "HN" magic in it (not sure if it's in the right spot or not). I'm stuck now, what else can I do?

All in all this looks ok to me. It must have to do with the compilation you used. Perhaps some structure misalignment. Can you run the ssphys command within the debugger? Please try to step through the function SSRecordFile* SSRecordFile::MakeFile (const std::string& fileName) in SSFiles.cpp. the first try catch block should return a valid record. Please check that record.

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

Reply via email to