RE: Enforcing Quotas for Repositories
From: Mark Shead <sheadm_at_optimalinternet.com>
Date: 2005-11-04 03:12:00 CET
Lets say that the repository has a 100MB quota. Once that quota is reached, any commits will fail with a message saying that the quota for that repository has been reached. To fix the issue an administrator would either need to raise the quota or purge information out of the repository.
An administrator can delete older version information from the repository by creative use of svnadmin. The easiest thing to do would be to archive the older version information, for example just keep everything from revision 500 in the repository and keeping the older information as a compressed file on a CD.
--Mark
-----Original Message-----
> What is the best way to handle quotas in Subversion? Basically I'd
Just curious: how do you envision a quota system working?
---------------------------------------------------------------------
|
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.