On Fri, Nov 25, 2011 at 1:03 PM, Michael Dürig <[email protected]> wrote:
>
> Hi,
>
> I just discovered that the move operation does not fail when the target
> nodes already exists. Is that expected?
no :)
fixed in svn r1206201.
thanks
stefan
>
> When node 'b' exists already, the following commit will overwrite it with
> node 'a':
>
> mk.commit("/", ">\"a\" : \"b\" ", head, "");
>
>
> In contrast adding a node 'b' in the same situation would fail with a
> message saying that node 'b' exists already.
>
> Michael
>