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

Re: Is my repository too large?

From: Mark Benedetto King <mbk_at_lowlatency.com>
Date: 2004-02-23 19:27:32 CET

On Sun, Feb 22, 2004 at 02:29:38PM +0000, Dave Oxley wrote:
> Doing a hot-backup.py gives:
> Beginning hot backup of '/var/repos'.
> Youngest revision is 1370
> Backing up repository to '/var/repos-bkup/repos-1370'...
> svn: Can't copy '/var/repos/db/strings' to
> '/var/repos-bkup/repos-1370/db/strings.tmp': File too large
> Unable to backup the repository.
>

The hotcopy routines use apr_file_copy() under the hood, and on
some systems this refuses to work on large files. IMO, this is
an APR issue, since APR doesn't expose O_LARGEFILE support.

--ben

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Feb 23 19:45:43 2004

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.