Fix a thinko in the Ev2 shims that caused the driver to prepend a "/"
to copyfrom paths without considering that they might be URLs already.
The bug was triggered by running the tests for the Ev2 commit editor
in JavaHL via http://.
* subversion/libsvn_delta/compat.c (apply_change):
Try to make an FS path (starting with "/") from the copyfrom path only
when the editor baton does not contain a proper reposiutory root URL.
|