Re: Limit size of the repository
From: Dominic Anello <danello_at_danky.com>
Date: 2004-10-11 16:25:53 CEST
On 2004-10-10 23:46:24 +0200, Stef wrote:
One way to do that is to check the current repository size before a
------------------------------------------------------------------------
umask 002
repo=$1
if [ $repo_size -ge $MAX_SIZE ]; then
|
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.