[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: Lieven Govaerts <svnlgo_at_mobsol.be>
Date: 2007-05-02 19:13:34 CEST

Malcolm Rowe wrote:
> 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.
>
>
Builds fine on Windows (VS.NET 2k5)

Lieven

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed May 2 19:13:47 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.