Jon W wrote:
It doesn't appear as thought the root path was really deleted.  When
looking at the VSS history of $/, the following happened:

                  Created
$FirstProject Added
$WholeIDE   Added
$FirstProject Destroyed
$IDEFiles     Renamed $WholeIDE to $IDEFiles

Then, when looking at the generated datacache.VssAction.tmp.txt, the
actions are recorded as listed below, which looks a bit off to me as
just "/" is named when possibly the project name should be listed:

----------------------------------------------------------------
0    AAAAAAAA    1    ADD    /    1    0    \N
1    BAAAAAAA    \N    ADD    /FirstProject/    1    0    \N
2    FAAAAAAA    1    ADD    /WholeIDE/    1    0    \N
3    GAAAAAAA    \N    ADD    /WholeIDE/forsafe.cpp    2    0    \N
4    HAAAAAAA    \N    ADD    /WholeIDE/forsafe.ide    2    0    \N
5    AAAAAAAA    4    DELETE    //    1    0    \N
6    AAAAAAAA    5    RENAME    /    1    0    IDEFiles/
------------------------------------------------------------------------------


Yes, there is definitely something wrong here. It's missing entire pieces of your naming structure. What's really odd is that it got it right early on but the very same items later on somehow lost their names. Have you run with the --debug switch to see what types of errors you get?
_______________________________________________
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