Re: Ev2 as a move-aware editor
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 27 Jun 2013 17:47:54 +0100
Daniel Shahaf <danielsh_at_elego.de> writes:
> My own answer to "how to change Ev2 to enable representing rotate(A,A/B/C)":
> If we do that, we could represent your commit as:
I've been thinking of that as well. rotate was not it the first draft
You have ordered these "start state" moves by depth order of the
So the pair
mv(A, B) ; mv(X, B/Y)
has to be in that order while the pair
mv(A/P, A/Q) ; mv(B/S, B/T)
could be in any order.
The two moves that make up a swap:
mv(A, B) ; mv(B, A)
or
mv(A/X, B/C/Y) ; mv(B/C/Y, A/X)
can usually be in any order (except for the unusual case such as A/B/C
For a swap/rotate the receiver is responsible for doing something to
-- Philip Martin | Subversion Committer WANdisco | Non-Stop Data www.wandisco.comReceived on 2013-06-27 18:48:32 CEST |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.