-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/60621/
-----------------------------------------------------------
(Updated Dec. 8, 2017, 2:41 a.m.)
Review request for mesos, Andrew Schwartzmeyer, John Kordich, Joseph Wu, Li Li,
and Michael Park.
Bugs: MESOS-6705
https://issues.apache.org/jira/browse/MESOS-6705
Repository: mesos
Description
-------
The os::copyfile() method provides an API to copy a file from one
location to another. Note that copying of directories are not
supported, and that the destination directory must exist before a
file can be copied into a directory.
Diffs (updated)
-----
3rdparty/stout/Makefile.am b1318847df486f9f96c8b005998310bb56af91a9
3rdparty/stout/include/Makefile.am 4ba91bbedecbe7914cf9f5c6a815b60ca02f0e01
3rdparty/stout/include/stout/os/copyfile.hpp PRE-CREATION
3rdparty/stout/include/stout/os/posix/copyfile.hpp PRE-CREATION
3rdparty/stout/include/stout/os/windows/copyfile.hpp PRE-CREATION
3rdparty/stout/tests/CMakeLists.txt bc2498d6fca1161c42172f5bd09a32785e0a2128
3rdparty/stout/tests/os/copyfile_tests.cpp PRE-CREATION
Diff: https://reviews.apache.org/r/60621/diff/7/
Changes: https://reviews.apache.org/r/60621/diff/6-7/
Testing
-------
See upstream
Note that Joe made some changes to this, I ended up taking his changes as is.
Thanks,
Jeff Coffler