Konrad Windszus created JCRVLT-452:
--------------------------------------
Summary: RepositoryCopier does not work when dstPath is the root
"/"
Key: JCRVLT-452
URL: https://issues.apache.org/jira/browse/JCRVLT-452
Project: Jackrabbit FileVault
Issue Type: Improvement
Reporter: Konrad Windszus
Sometimes it is useful to have one task combined with a src filter to copy
arbitrary pieces from one repo to the other. Then the srcPath would be root
(i.e. "/"). This does not work though as this is being split between parent and
node in
https://github.com/apache/jackrabbit-filevault/blob/70dfb76e5c5aef46866b6e31570ce6cea9c9ccd7/vault-core/src/main/java/org/apache/jackrabbit/vault/util/RepositoryCopier.java#L248.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)