I had to make sure it was possible to add the orphan container folders
before the orphaned items were added to them. Thus the extended range.
Later I found that the same problem applied to normal items as well.
That fix I put in the SQL query, so I think the extended priority range
is not really needed any longer.
/Micke
Dirk wrote:
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;
}
_______________________________________________
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