[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: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-02-23 19:45:28 CET

On Mon, 2004-02-23 at 12:27, Mark Benedetto King wrote:

> 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.

There's nothing particularly magical about 'svnadmin hotcopy'. You can
do a hot-copy manually with plain old 'cp'.

1. cp -R repos repos-backup
2. cp repos/db/log* repos-backup/db/
3. svnadmin recover repos-backup

But it looks like David's *real* problem is running 'svnadmin recover'
on the original repository.

---------------------------------------------------------------------
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:50:02 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.