The correct solution would be
Index: vss2svn.pl
===================================================================
--- vss2svn.pl (revision 264)
+++ vss2svn.pl (working copy)
@@ -1313,7 +1313,8 @@
DeletedProject => {type => 1, action => 'DELETE'},
DestroyedProject => {type => 1, action => 'DELETE'},
RecoveredProject => {type => 1, action => 'RECOVER'},
- Restore => {type => 1, action => 'RESTORE'},
+ ArchiveProject => {type => 1, action => 'DELETE'},
+ RestoredProject => {type => 1, action => 'RESTORE'},
CheckedIn => {type => 2, action => 'COMMIT'},
CreatedFile => {type => 2, action => 'ADD'},
AddedFile => {type => 2, action => 'ADD'},
@@ -1321,6 +1322,9 @@
DeletedFile => {type => 2, action => 'DELETE'},
DestroyedFile => {type => 2, action => 'DELETE'},
RecoveredFile => {type => 2, action => 'RECOVER'},
+ ArchiveVersionsofFile => {type => 2, action => 'RESTORE'},
+ ArchiveFile => {type => 2, action => 'DELETE'},
+ RestoredFile => {type => 2, action => 'RESTORE'},
SharedFile => {type => 2, action => 'SHARE'},
BranchFile => {type => 2, action => 'BRANCH'},
PinnedFile => {type => 2, action => 'PIN'},
But this is not yet finished.
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