http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=231364 is a Debian
bug report of an "svnadmin hotcopy" that fails because it appears to
try to create a file before the parent directory exists.
The bug report prompted me to look at the hotcopy code and I see that
it uses svn_io_dir_walk and that i
Hi,
This patch imports config.{guess,sub} from autoconf 2.59,
and also adds in the Apache specific changes to those files.
It fixes building apr on amd64 platforms.
--
Craig Rodrigues
http://crodrigues.org
[EMAIL PROTECTED]
Index: config.guess
===
[EMAIL PROTECTED] wrote:
Jeff Trawick wrote:
FD_SET is rather unfriendly if you give it a file descriptor that is
>= FD_SETSIZE. It will overlay storage.
Any comments? Yeah, the error code sucks. APR_ENOPOLL? APR_ENOSOCKET?
What's wrong with APR_EBADF? That give me a good hint of what the
Jeff Trawick wrote:
FD_SET is rather unfriendly if you give it a file descriptor that is >=
FD_SETSIZE. It will overlay storage.
Any comments? Yeah, the error code sucks. APR_ENOPOLL? APR_ENOSOCKET?
What's wrong with APR_EBADF? That give me a good hint of what the problem
is
without having
Marco Spinetti wrote:
Can anyone give me a response?
Any kind of response.
Please help me.
Thanks, regards
--Marco
I don't think anyone has actually tried to use the pollset API to implement anything useful (I'd be happy to
hear othereise). I know a few of us are interested in doing some event dri
Can anyone give me a response?
Any kind of response.
Please help me.
Thanks, regards
--Marco
Original Message
Subject:2 questions about apr_poll
Date: Mon, 02 Feb 2004 09:29:20 +0100
From: Marco Spinetti <[EMAIL PROTECTED]>
To: dev-apr
Hi all,
I developed a libr