On Mon, Jun 25, 2012 at 05:53:46PM -0400, Mark Phippard wrote: > What about the move feature? What happens when 1.7 client commits a move or > partial move that was made with 1.8?
I've written the 1.8 code in a way that copes with broken moves (where only one half of the move exists) and treats those as a normal copy/delete. So this shouldn't really be an issue, apart from the fact that you're falling back to 1.7 behaviour. I believe Philip mentioned he didn't like the idea of allowing partially recorded moves but off-hand I don't know whether he changed the code in this regard.