Sorry, this was a recent change, after I recognized, that there are two different Restore actions: RestoreProject and RestoreFile.

I had not exepcted, that anybody is using the source code directly, instead of the prebuild binaries.

We should revert that change or implement a "ssphys" version dependancy in vss2svn or map the two vss actions "Restore" and "RestoreProject" to the same action.

Dirk



Dukhat schrieb:
I've traced down my problems with r265 to an incompatibility between vss2svn.pl and ssphys:
WARNING: Unknown action 'RestoredProject'

WARNING: Unknown action 'RestoredProject'

WARNING: Unknown action 'RestoredProject'

ssphys uses action 'RestoredProject', vss2svn.pl expects 'Restore'.

Index: vss2svn.pl
===================================================================
--- vss2svn.pl  (revision 265)
+++ vss2svn.pl  (working copy)
@@ -1313,7 +1313,7 @@
         DeletedProject => {type => 1, action => 'DELETE'},
         DestroyedProject => {type => 1, action => 'DELETE'},
         RecoveredProject => {type => 1, action => 'RECOVER'},
-        Restore => {type => 1, action => 'RESTORE'},
+        RestoredProject => {type => 1, action => 'RESTORE'},
         CheckedIn => {type => 2, action => 'COMMIT'},
         CreatedFile => {type => 2, action => 'ADD'},
         AddedFile => {type => 2, action => 'ADD'},

I have not yet verified that it produces a better result, but it seems rather likely. At least the warning messages went away...
_______________________________________________
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

Reply via email to