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 Mehboob Ahmed
size is exceed. 1>&2 echo Kindly Commit less than 1GB. 1>&2 echo Thanks Regards 1>&2 exit 1 Please Guide will be very great full to you. Regards Mehboob Ahmed -- View this message in context: http://subversion.1072662.n5.nabble.com/Limit-The-size-of-Commit-in-SVN-tp18

Re: Limit The size of Commit in SVN

2014-02-03 Thread Mehboob Ahmed
rr echo Your commit has been blocked because your commit size is exceed. 1>&2 echo Kindly Commit less than 1GB. 1>&2 echo Thanks Regards 1>&2 exit 1 ====== Waiting for your reply Regards Mehboob Ahmed -- View this message in context: http://subversio

Limit The size of Commit in SVN

2014-01-21 Thread Mehboob Ahmed
Dear All, 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. Regards Mehboob Ahmed