Log Message: |
Resolve the issue identified in r1651963, by properly calculating the depth
of the location where the moved to information should be stored after another
move.
* subversion/libsvn_wc/wc_db.c
(delete_update_movedto): Make this assertion maintainer only, like other
similar checks in wc_db.c.
(delete_node): Fix depth calculation.
* subversion/tests/libsvn_wc/op-depth-test.c
(nested_move_delete): Reorder nodes, to make them easier to review.
(test_funcs): Remove XFail assumption from nested_move_delete.
|