Re: Unable to hotcopy to a NAS shared directory: E720002
From: Cory Riddell <cory_at_codeware.com>
Date: Wed, 21 Jan 2015 16:00:09 -0600
On 1/21/2015 3:00 PM, Philip Martin wrote:
The more I dig, the less certain I am of what's going on.
I made a small program that does what svn_io_remove_file2() does.
Snippet const char* path_to_nonexistent_file =
apr_status_t status = apr_file_attrs_set(path_to_nonexistent_file,
apr_err = apr_file_remove(path_to_nonexistent_file, NULL);
And the output is:
apr_err = 720005
If I run the program a second time, I get the same output again.
So, the first error is a EACCESS, then the non-existent file is made
Cory
|
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.