Hi Mike,

what I can see from the output yo provided is the following:

_vss2svn\datachache.PhysicalAction.tmp.txt:185646 VAAAAAAA \N SAAAAAAA ADD ALGO_ID.cpp 2 860694990 Carl 0 \N 1 AAAAAAAV 1 \N _vss2svn\datachache.PhysicalAction.tmp.txt:217053 VAAAAAAA 1 \N ADD ALGO_ID.cpp 2 862588526 Carl 0 \N 1 AAAAAAAV 0 Classes and Test rigs for:\

The Add action is divided into two separate actions, one "Create" within the item itself and one "Add" to the main parent. Above you see these two actions. The first line shows, that at the time 860694990 the item VAAAAAAA was added to the parent SAAAAAAA. The second line tells, that the item VAAAAAAA was created at the timestamp 862588526. Normally these two timestamps should only have a difference of up to 20 seconds (thats what I have seen) In you case it seems that there is a difference of 1893536 seconds. There are only two reasons for this:

* broken archive
* an archive / restore cycle.

If you have the VSS Tools at hand, could you try to lookup the timestamps of this item in the parent history and in the item history.

The converter will try to combine these two actions into one. One condition is the timedelta. And because the delta is to high in your case, the converter will not detect these two actions. Your second problem could be the result for this behavoir.

2 problems have cropped up.
Firstly, revision 3 attempted to add a directory, with no name. Removing the entry from the dump manually allowed me to continue.

Try to lookup the ActionID that is associated with the revision ID in the SvnRevisionVssAction datachache. Then look for the appropriate actionID in the VssAction datacache. There you will find the physical file. Try to lookup this physical file in you PhysicalAction cache and see if there is a name for this item.



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