Re: Unable to hotcopy to a NAS shared directory: E720002

2015-01-21 Thread Evgeny Kotkov
Philip Martin philip.mar...@wandisco.com writes: In the line SVN_ERR(svn_io_remove_file2(shm_name, TRUE, pool));, the TRUE parameter is supposed to suppress file not found errors yet that's the error I'm getting, isn't it? Yes, it should. It's failing because it's getting error 720002 and

RE: Unable to hotcopy to a NAS shared directory: E720002

2015-01-21 Thread Bert Huijben
-Original Message- From: Philip Martin [mailto:philip.mar...@wandisco.com] Sent: woensdag 21 januari 2015 20:17 To: Evgeny Kotkov Cc: Cory Riddell; Subversion Development Subject: Re: Unable to hotcopy to a NAS shared directory: E720002 Evgeny Kotkov evgeny.kot...@visualsvn.com

Re: Unable to hotcopy to a NAS shared directory: E720002

2015-01-21 Thread Philip Martin
Evgeny Kotkov evgeny.kot...@visualsvn.com writes: The reason why this error is propagated up the stack is that we only examine the 'ignore_enoent' argument after the first apr_file_remove() call. This is racy — if we get a EACCES during the first attempt to remove a file, and the file is

Re: Unable to hotcopy to a NAS shared directory: E720002

2015-01-21 Thread Philip Martin
Bert Huijben b...@qqmail.nl writes: Windows code is tricky. When svn_io_remove_file2() gets EACCES it calls For something to return access denied on Windows it must exist. Yes, the file exists when we try to remove it. svn_io_set_file_read_write() passing ignore_enoent. That function has

Re: Unable to hotcopy to a NAS shared directory: E720002

2015-01-21 Thread Cory Riddell
On 1/21/2015 3:00 PM, Philip Martin wrote: Bert Huijben b...@qqmail.nl writes: Windows code is tricky. When svn_io_remove_file2() gets EACCES it calls For something to return access denied on Windows it must exist. Yes, the file exists when we try to remove it. The more I dig, the less

Re: svn commit: r1653609 - /subversion/trunk/subversion/include/svn_repos.h

2015-01-21 Thread Branko Čibej
On 21.01.2015 18:21, julianf...@apache.org wrote: Author: julianfoad Date: Wed Jan 21 17:21:45 2015 New Revision: 1653609 URL: http://svn.apache.org/r1653609 Log: Clarify an unusual 'decoded URL' parameter by renaming it. Fix a problem whereby it was passed to the Ev2 shims (if enabled) as