I just grepped for the one physical file name. How does one determine the "parent" of a file?
This is a little complicated, but in this case it is "JLBAAAAA" ;-)

Just look into the output of your grep and note that the file was added to another phyiscal file here:

> :94711 PFEAAAAA \N JLBAAAAA ADD DataSysConfig.h 2 934197640 Admin 0 \N 1 AAAAAEFP 1 \N \N


Can you please lookup the history of the parent "JLBAAAAA" also.

Will do, when I get to the office later today.

I gave this test a fast try and creating an archive with a add/delete/recover/delete szenario works fine here. For example here is the output of my VssAction.txt:

0    AAAAAAAA    1    ADD    /    1    0    \N
1    BAAAAAAA    1    ADD    /file.txt    2    0    \N
2    BAAAAAAA    \N    DELETE    /file.txt    2    0    \N
3    BAAAAAAA    1    RECOVER    /file.txt    2    0    /file.txt
4    BAAAAAAA    \N    DELETE    /file.txt    2    0    \N

Please note, that in my case the item /file.txt always start with a "/", so we will have a full path. In your case:

51    PFEAAAAA    1    ADD        2    0    \N
91    PFEAAAAA    \N    DELETE    DataSysConfig.h    2    0    \N
136    PFEAAAAA    2    RECOVER    DataSysConfig.h    2    0    \N
560    PFEAAAAA    \N    DELETE    DataSysConfig.h    2    0    \N

The item DataSysConfig.h has no full path specification. Also note that in line 51 an unnamed file is added. So the problem is somewhere located around this fact.Telling from the other output you provided I can't see a reason for this. All timestamps and book keeping informations look ok.

Probably there is something with the parent.

Dirk

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