Re: Ev2 as a move-aware editor
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Wed, 26 Jun 2013 13:03:05 +0100
Daniel Shahaf <danielsh_at_elego.de> writes:
> First sketch:
The moves look like a problem before we get to the rotate. If the
move(/A/B, /X/Y/Z/B)
/A/B/C is already /X/Y/Z/B/C so the second move is
move(/M/N, /X/Y/Z/B/C/N)
and now /M/N/O is already /X/Y/Z/B/C/N/O so the third move is
move(/X/Y, /X/Y/Z/B/C/N/O/Y)
which is impossible.
I can't see any way to do the 9-node change without using temporaries.
-- Philip Martin | Subversion Committer WANdisco | Non-Stop Data www.wandisco.comReceived on 2013-06-26 14:03:42 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.