Re: [Haifux] SVN quota

2010-01-21 Thread Nadav Har'El
On Tue, Jan 19, 2010, Shahar Dag wrote about Re: [Haifux] SVN quota: It is true that users can't delete data from the SVN. The only thing users can do is ask for additional quota. If they know that they are running out of quota in advanced, they can ask to enlarge the quota before

Re: [Haifux] SVN quota

2010-01-21 Thread Ohad Lutzky
- From: Nadav Har'El n...@math.technion.ac.il To: Shahar Dag d...@cs.technion.ac.il Cc: Haifaux haifux@haifux.org Sent: Thursday, January 21, 2010 10:43 AM Subject: Re: [Haifux] SVN quota On Tue, Jan 19, 2010, Shahar Dag wrote about Re: [Haifux] SVN quota: It is true that users can't

Re: [Haifux] SVN quota

2010-01-19 Thread Shahar Dag
: Haifaux Sent: Wednesday, January 20, 2010 12:06 AM Subject: Re: [Haifux] SVN quota If SVN quota is group-wise, and if it's on a dedicated filesystem, and if you can't remove data from the SVN (due to its nature, anyhow, the users cant remove data), and if they ask for more space and you

Re: [Haifux] SVN quota

2010-01-18 Thread Maxim Kovgan
hi Shahar! A possible solution if your svn repository is stored on a filesystem could be a pre-commit hook script, that would basically: * check user's/project's repository quota against filesystem * act accordingly to the result, upon: * OK - do commit * Warning (quota threshold reached)

Re: [Haifux] SVN quota

2010-01-18 Thread Shahar Dag
...@gmail.com To: Shahar Dag d...@cs.technion.ac.il Cc: Haifaux haifux@haifux.org Sent: Monday, January 18, 2010 9:56 AM Subject: Re: [Haifux] SVN quota hi Shahar! A possible solution if your svn repository is stored on a filesystem could be a pre-commit hook script, that would basically: * check

Re: [Haifux] SVN quota

2010-01-18 Thread Maxim Kovgan
...@gmail.com To: Shahar Dag d...@cs.technion.ac.il Cc: Haifaux haifux@haifux.org Sent: Monday, January 18, 2010 9:56 AM Subject: Re: [Haifux] SVN quota hi Shahar! A possible solution if your svn repository is stored on a filesystem could be a pre-commit hook script, that would basically: * check

Re: [Haifux] SVN quota

2010-01-18 Thread Maxim Kovgan
To: Shahar Dag d...@cs.technion.ac.il Cc: Haifaux haifux@haifux.org Sent: Monday, January 18, 2010 9:56 AM Subject: Re: [Haifux] SVN quota hi Shahar! A possible solution if your svn repository is stored on a filesystem could be a pre-commit hook script, that would basically: * check

Re: [Haifux] SVN quota

2010-01-18 Thread Tzafrir Rehan
...@gmail.com To: Shahar Dag d...@cs.technion.ac.il Cc: Haifaux haifux@haifux.org Sent: Monday, January 18, 2010 9:56 AM Subject: Re: [Haifux] SVN quota hi Shahar! A possible solution if your svn repository is stored on a filesystem could be a pre-commit hook script, that would

Re: [Haifux] SVN quota

2010-01-18 Thread Shachar Shemesh
Shahar Dag wrote: Hello I have a LINUX server (RHE 4) that among other things serves as SVN server (the SVN server runs over apache). Users can access their repository via https, but they can't login to the server (not even with ssh). To access the SVN, users must supply their NIS user name

Re: [Haifux] SVN quota

2010-01-18 Thread Maxim Kovgan
Shalom Shcharim! Possibly, the repositories are located on the same storage device as users' homes, so they might be able to delete other files to release some space, but you're completely right, the repository can only grow up :-) 2010/1/18 Shachar Shemesh shac...@shemesh.biz: Shahar Dag

Re: [Haifux] SVN quota

2010-01-18 Thread Shahar Dag
if the disk space usage is justify and respond on time. Shahar - Original Message - From: Shachar Shemesh To: Shahar Dag Cc: Haifaux Sent: Monday, January 18, 2010 10:01 PM Subject: Re: [Haifux] SVN quota Shahar Dag wrote: Hello I have a LINUX server (RHE 4

[Haifux] SVN quota

2010-01-17 Thread Shahar Dag
Hello I have a LINUX server (RHE 4) that among other things serves as SVN server (the SVN server runs over apache). Users can access their repository via https, but they can't login to the server (not even with ssh). To access the SVN, users must supply their NIS user name password. Every SVN