[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r24884 - trunk/subversion/svn

From: Malcolm Rowe <malcolm-svn-dev_at_farside.org.uk>
Date: 2007-05-02 18:32:01 CEST

On Wed, May 02, 2007 at 09:24:34AM -0700, Daniel Rall wrote:
> > - if (err && APR_STATUS_IS_EACCES(err->apr_err))
> > + if (err && (APR_STATUS_IS_EACCES(err->apr_err) || err->apr_err == EROFS))
> > {
> > const char *temp_dir_apr;
>
> Is EROFS defined on all operating systems? If not, we might want to
> #ifdef that check.
>

It's defined by POSIX, so I hope so (unlike ESTALE, which is a NFS
invention). It looks like Darwin is happy with it, from the buildbot.

Unfortunately I can't check Windows because there aren't any Windows
buildbot slaves running at the moment, but I'd say if it works for
Windows, we're okay.

Regards,
Malcolm

  • application/pgp-signature attachment: stored
Received on Wed May 2 18:32:15 2007

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.