Julian Foad created SVN-4830:
--------------------------------
Summary: Shelving: support WC-specific 'move' metadata
Key: SVN-4830
URL: https://issues.apache.org/jira/browse/SVN-4830
Project: Subversion
Issue Type: Improvement
Reporter: Julian Foad
Shelving v3 (svn 1.12) supports copy and move to the same extent that 'commit'
does.
Shelving should be extended to preserve the special 'move' metadata that links
the two halves of a 'move' in the WC, which enables features such as warning
when we try to commit one half without the other.
To achieve this, we need to:
* create a WC specialization of the 'editor' API that adds this (and possibly
other WC-specific metadata) on top of the basic commit editor API;
* upgrade the sending and receiving implementations of the API accordingly.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)