Sorry, yes, I did try this and it failed as the following: * adding path : VR/VR inc/com_intel.h ...svnadmin: File not found: revision 1822, path '/Ecis/inc/com_intel.h'
The file com_intel.h exists in other locations in the repository, but not in the specified location at the specified time. Thanks. jward. ============================================== ave you tried to remove the time constraint in the SQL line in vss2svn.pl in function GetChildRecs > AND (? - timestamp IN (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25)) When you comment this line, you also need to remove the "timestamp" from the execute call ># $sth->execute( $parentdata, @{ $parentrec }{qw(physname actiontype timestamp author)} ); > $sth->execute( $parentdata, @{ $parentrec }{qw(physname actiontype author)} ); This will find all matching parent and child pairs, regardless of the time shift. The ADD action will finally happen at the timestamp of the child item. You're welcome. 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 _______________________________________________ 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