2008/5/15 Dirk-Lüder Kreie <[EMAIL PROTECTED]>: > should it be as SVN in the way that the moment I touch an object in an > open changeset, it is locked, so my changeset can be committed as an > atom? Or seen from the other side, how do you rollback "meshed" changesets? > for example User A creates node 1, version 1, then B edits the tags > (->version 2), then User A moves it, and changes some tags (-> version > 3) then both close their changesets.
Changesets are not atomic, so you'll have to get multiple versions if multiple people editted the same object at the same time... Have a nice day, -- Martijn van Oosterhout <[EMAIL PROTECTED]> http://svana.org/kleptog/ _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev

