On Tue, Dec 10, 2013 at 7:48 PM, Philip Martin
<philip.mar...@wandisco.com>wrote:

> Philip Martin <phi...@codematters.co.uk> writes:
>
> >   ../src/subversion/libsvn_subr/io.c:3432: (apr_err=EACCES)
> >   svn: E000013: Can't open file
> '/home/pm/sw/subversion/obj2/repo/db/revs/0/1.l2p': Permission denied
>
> I fixed this with r1549924, but I don't know if Windows needs some other
> than EACCES:
>
> +      err = svn_io_file_open(index_file, file_name,
> +                             APR_WRITE | APR_CREATE | APR_TRUNCATE
> +                             | APR_BUFFERED,
> +                             APR_OS_DEFAULT, pool);
> +
> +      /* ### Do we need another check, EEXIST say, on Windows FAT32? */
> +      if (!err || !first || !APR_STATUS_IS_EACCES(err->apr_err))
> +        break;
>

Thanks Philip for fixing!
I simplified the check in r1553045,-6.

-- Stefan^2.

Reply via email to