Dukhat schrieb:

Is there a reason, why you incremented the priority?
@@ -322,7 +501,7 @@
         $is_binary = 0;
         $info = undef;
         $parentdata = 0;
-        $priority = 5;
+        $priority = 6;
if ($version->{Comment} && !ref($version->{Comment})) {
             $comment = $version->{Comment} || undef;
@@ -372,6 +551,12 @@
             $is_binary = 1;
         }

Same for the additional svnrevs->check? Do you still know why you did this?


+        $svnrevs->check($row);
+
         # May contain add'l info for the action depending on type:
         # RENAME: the new name (without path)
         # SHARE: the source path which was shared


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