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

Re: svnserve Quota Issue

From: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-01-04 18:45:37 CET

On Jan 4, 2007, at 07:02, Erik Huelsmann wrote:

> On 1/4/07, Jacky Chan <jacky11287@gmail.com> wrote:
>> Dears,
>>
>> I decide to run svnserve as the internal project team svn server
>> without ssh
>> authentication. It use svn://;
>> But I are just concerning the issue for the project disk quota
>> issue, any
>> suggestion to handle this issue?
>
> Use operating system level tools to set disk quota for your
> repositories.

And once you exceed them, you will not be able to commit to your
repository. Repositories only grow; they do not shrink, unless you
take extraordinary measures, such as taking the repository offline,
dumping the entire contents to a text file (for which you have no
space since you've exceeded quota), filtering the file with
svndumpfilter to remove some parts (or just leaving out some earlier
revisions), then reloading the modified dumpfile into a new empty
repository.

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 4 18:46:21 2007

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.