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

Enforcing Quotas for Repositories

From: Mark Shead <sheadm_at_optimalinternet.com>
Date: 2005-11-03 22:53:30 CET

What is the best way to handle quotas in Subversion? Basically I'd like
to provide repositories for several different teams, but I want to make
sure that they can't fill the entire filesystem accidentally. The
system would be using webdav.

Here are the things I've thought of so far, but I'm assuming there may
be a better way that I'm not aware of:

1. Put a quota on the filesystem itself. (Might not work depending on
how Apache was configured to run.)
2. Use some type of commit hook to prevent a commit from going through
if the repository is over a certain size.

Are there any other better ways of doing this or is there anything that
already gives this functionality that I might have overlooked?

--Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 3 23:00:12 2005

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.