[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:06:16 CET

On Fri, Dec 05, 2003 at 07:51:09PM +0000, Andy Whitcroft wrote:
> open("/hd/b/SUBVERSION/db/strings", O_RDONLY) = -1 EFBIG (File too
> large)
> write(2, "svn: File too large\n", 20svn: File too large
>
[...]
> repositories. However, it is not clear what is a fault here. Is this an
> underlying failure with APR, ie the problem is with the APR library and we
> should be looking to filing an issue against that. Or should we be looking
> for another way of handling these copies? Coding them ourselves etc?
>

APR.

apr_file_open() does not turn on O_LARGEFILE.

--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:06:48 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.