On Mon, May 16, 2011 at 1:23 PM, Stephen Leake
<[email protected]> wrote:
>    Note that 'mv' between two drives succeeds on Windows

Wouldn't it be easier to just enhance the POSIX move-this-file
function so that it checks if they're on the same filesystem (you can
get this from stat(2)), and then either calls rename(2) or does a
copy+unlink?

-- Nathaniel

_______________________________________________
Monotone-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/monotone-devel

Reply via email to