[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: Dave Oxley <dave_at_daveoxley.co.uk>
Date: 2004-02-24 00:54:05 CET

It sounds like hot-copy is only an apr problem. We are using db-4.2.52.
Any idea about the other problems?

Dave.

Ben Collins-Sussman wrote:

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

-- 
* Dave Oxley *
* +44 (0)7966 249 344
* * * * Dave@JungleMoss.com * * <mailto:Dave@JungleMoss.com>
* * * * http://www.daveoxley.co.uk * * <http://www.daveoxley.co.uk> *
* "Linux: Because reboots are for hardware upgrades!" * * *   * *
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Feb 24 00:54:22 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.