| Bug: svn_io_file_move does a copy
From: Julian Foad <julianfoad_at_apache.org>
 Date: Fri, 30 Jun 2017 14:54:51 +0100 
In the cross-device (EXDEV) case, svn_io_file_move() does a copy, not a 
 [[[
    if (err && APR_STATUS_IS_EXDEV(err->apr_err))
        /* svn_io_copy_file() performs atomic copy via temporary file. */
    return err;
 Looks like the "remove" part was accidentally lost in r1685793 (June 
 Anyone want to investigate further and fix?
 - Julian
 | 
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.