Re: Limit The size of Commit in SVN

2014-02-05 Thread Johan Corveleyn
On Wed, Feb 5, 2014 at 4:45 AM, Nico Kadel-Garcia wrote: > On Tue, Feb 4, 2014 at 7:25 AM, Stephen Connolly > wrote: >> Nope I cannot. I don't use windows, and I only use SVN for those projects I >> work on that are still on SVN. >> >> I think you are missing the point that *everyone* has been tr

Re: Limit The size of Commit in SVN

2014-02-04 Thread Nico Kadel-Garcia
On Tue, Feb 4, 2014 at 7:25 AM, Stephen Connolly wrote: > Nope I cannot. I don't use windows, and I only use SVN for those projects I > work on that are still on SVN. > > I think you are missing the point that *everyone* has been trying to get you > to see... > > What is the benefit in stopping 1G

Re: Limit The size of Commit in SVN

2014-02-04 Thread Thorsten Schöning
Guten Tag Stephen Connolly, am Dienstag, 4. Februar 2014 um 13:25 schrieben Sie: > [...]and then solve that problem instead. ...and don't expect others to do for you, they surely aren't that bored . ;-) Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail:thorsten.scho

Re: Limit The size of Commit in SVN

2014-02-04 Thread Stephen Connolly
Nope I cannot. I don't use windows, and I only use SVN for those projects I work on that are still on SVN. I think you are missing the point that *everyone* has been trying to get you to see... What is the benefit in stopping 1GB+ commits? Either the developer is going to split the commit into t

Re: Limit The size of Commit in SVN

2014-02-04 Thread Mehboob Ahmed
hi Stephen i've shared the incmplete hook. if the commit size is larger than one gb than commit should cancel and prop up the echo msg... and let user commit less than 1GB data. can u provide me hook for windows for Tortoise SVN -- View this message in context: http://subversion.1072662.n5.nab

Re: Limit The size of Commit in SVN

2014-02-04 Thread Stephen Connolly
On 4 February 2014 10:45, Mehboob Ahmed wrote: > hey Johan, > > all i want is when my developer hit the commit button my script trigger the > error if the commit size only commit size no repository size only that > perticular commit size is greater than a GB. > > @echo off > :: Stops commits that

Re: Limit The size of Commit in SVN

2014-02-04 Thread Mehboob Ahmed
hey Johan, all i want is when my developer hit the commit button my script trigger the error if the commit size only commit size no repository size only that perticular commit size is greater than a GB. @echo off :: Stops commits that have size of greated than 1GB. @echo off set R

Re: Limit The size of Commit in SVN

2014-02-03 Thread Johan Corveleyn
On Mon, Feb 3, 2014 at 1:09 PM, Mehboob Ahmed wrote: > hi Nico Kadel-Garcia-2 > > i want to restrict user to commit any kind of data not individual file a > complete commit. and i want it because in my office developers commit data > more than a GB i want them to restrict and commit less than a GB

Re: Limit The size of Commit in SVN

2014-02-03 Thread Branko Čibej
On 03.02.2014 13:09, Mehboob Ahmed wrote: > hi Nico Kadel-Garcia-2 > > i want to restrict user to commit any kind of data not individual file a > complete commit. and i want it because in my office developers commit data > more than a GB i want them to restrict and commit less than a GB can you > p

Re: Limit The size of Commit in SVN

2014-02-03 Thread Nico Kadel-Garcia
I don't have such a tool. I see some pre-commit scripts in the subversion source tree that might be a starting place, but nothing aimed at measuring and restricting file size. If you're restricting the complete diff size, not just individual files, you're going to need to have a look that adds up a

Re: Limit The size of Commit in SVN

2014-02-03 Thread Mehboob Ahmed
hi Nico Kadel-Garcia-2 i want to restrict user to commit any kind of data not individual file a complete commit. and i want it because in my office developers commit data more than a GB i want them to restrict and commit less than a GB can you provide me a complte pre-commit hook. so far i have d

Re: Limit The size of Commit in SVN

2014-01-22 Thread Nico Kadel-Garcia
On Wed, Jan 22, 2014 at 8:40 PM, Ryan Schmidt wrote: > On Jan 22, 2014, at 01:34, Mehboob Ahmed wrote: > >> Is ther any hook who wont allow user to commit in SVN whose size is greater >> than 1GB.it means i want to restrict user to commit less than 1GB of data in >> SVN. i need this hook in wind

Re: Limit The size of Commit in SVN

2014-01-22 Thread Ryan Schmidt
On Jan 22, 2014, at 01:34, Mehboob Ahmed wrote: > Is ther any hook who wont allow user to commit in SVN whose size is greater > than 1GB.it means i want to restrict user to commit less than 1GB of data in > SVN. i need this hook in windows format .bat file extention please help. Yes, you could