[APR] apr_file_copy() improvements
From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2006-03-10 14:02:42 CET
Since several of you are APR developers, I wonder if one of you would be keen
Correctness:
We (Subversion) expect it to do a byte-for-byte copy. To achieve this on some
* Paul Burba's work-around for OS400 going into Subversion.
* Max Bowsher's patch for CygWin that he makes to APR when building it.
If the APR developers can agree that that is the intended behaviour, both of
Speed:
* Implementation for MS Windows should use the OS's native "file copy" API for
* Ditto on any other platforms that provide such an API.
* Other implementations should use a buffer bigger than BUFSIZ.
- 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.