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

Re: Windows build severly broken due to read-only issues...

From: Branko Čibej <brane_at_xbc.nu>
Date: 2002-02-11 03:43:42 CET

Jay Freeman (saurik) wrote:

>Branko:
>
>Good point! OK, I have it all implemented except for one thing (I need
>to figure out the APR error #define for the OS file not found error).
>
APR_STATUS_IS_ENOENT(status) is the macro you want here.

> I
>can't test it, though, as the repository doesn't seem to be working. Is
>the repository working for anyone else? I'm getting the generic REPORT
>status 500 error when I try to update my working copy or check out a new
>one (both from Windows using the r909 build and from a more recent,
>recently working Linux copy).
>
>Sincerely,
>Jay Freeman (saurik)
>saurik@saurik.com
>
>-----Original Message-----
>From: Branko Cibej [mailto:brane@xbc.nu]
>Sent: Sunday, February 10, 2002 5:44 PM
>To: Jay Freeman (saurik)
>Cc: dev@subversion.tigris.org
>Subject: Re: Windows build severly broken due to read-only issues...
>
>...
>No need. apr_file_attrs_set will return an appropriate error code if the
>
>file doesn't exist. You only have to check that, so that
>svn_io_make_file_writable doesn't choke on that code.
>
>...
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
>For additional commands, e-mail: dev-help@subversion.tigris.org
>

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:06 2006

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.