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

Re: hot-backup.py failed: Can't copy '/var/local/repositories/X' to '/var/local/backups/Y': File too large

From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: 2004-07-26 17:37:29 CEST

--On Monday, July 26, 2004 10:05 AM -0400 Brian Fallik <fallik@assurtech.com>
wrote:

># svn --version
> svn, version 1.0.1 (r1)
>
># cat /proc/version
> Linux version 2.4.20-20.9 (bhcompile@porky.devel.redhat.com) (gcc version
> 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #1 Mon Aug 18 11:37:49 EDT 2003

You might want to try to upgrade to SVN 1.0.6 which bundles in the latest APR
from httpd-2.0.50. That has some fixes for copying large files (>2GB).
(apr_file_transfer_contents will call fstat64() and ignore apr_stat failures.)

If that doesn't work for you, I'd recommend updating to APR 1.0 (and probably
httpd 2.1) because that resolves the largefile problem once and for all. (APR
1.0 doesn't work with httpd 2.0.)

Hope this helps. -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 26 17:38:04 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.