Dirk wrote:

This complete merge step will also only merge "Add" and "Creates" All other actions are parent or child actions only

Thanks. But what about "Move", can you have more than one parent/parent pair?

Perhaps we could implement a security check, whether there is a match between more than two records?

I think you already have:
        if (scalar @$childrecs > 1) {
            &ThrowWarning("Multiple child recs for parent rec "
                          . "'$row->{action_id}'");
        }

Anyway, I've just tested r264, and there are loads of folders that haven't come out of the orphanage. If I understand correctly, most of my patch for r245 can be found in r264 (blush). I'll try to figure out exactly what's caused some of my old problems to resurface.
_______________________________________________
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