[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: Andy Whitcroft <apw_at_shadowen.org>
Date: 2003-12-05 21:17:49 CET

--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
if they intend to support opening large files. If APR has this as a
limitation then the 'bug' is in our expectations of it and we can't use it.

Cheers.

-apw

---------------------------------------------------------------------
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:19:55 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.