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

Re: svnadmin hotcopy - fails for very large repositories

From: mark benedetto king <mbk_at_lowlatency.com>
Date: 2003-12-05 21:28:23 CET

On Fri, Dec 05, 2003 at 08:17:49PM +0000, Andy Whitcroft wrote:
> --On 05 December 2003 15:06 -0500 mark benedetto king <mbk@lowlatency.com>
> wrote:
>
> >APR.
> >
> >apr_file_open() does not turn on O_LARGEFILE.
>
> Without doubt APR doesn't specify O_LARGEFILE. However, it is not always
> possible to just specify it. If we could it would simply be specified all
> the time by libc or indeed in the kernel. It changes 'size' of a number of
> the related objects such as the seek pointer and that needs to be
> considered. I guess what I am saying is that APR is to blame if and only

Right, but it doesn't expose an APR_LARGEFILE flag (analogous to APR_READ).
Without one, the application can't decide.

apr_file_copy() would probably always use APR_LARGEFILE, if it existed.

--ben

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Dec 5 21:28:52 2003

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.