Re: Commit Size Restriction

2016-07-13 Thread Siva
Thanks Friends. As Bret said, I am not able to identify the size of the Commit. Checking all the files one by one and verify size of the files is not what I expect. So, thinking to drop the plan for identify the Commit Size and restrict. Instead of that I can change Apache Configuration to

Re: Commit Size Restriction

2016-07-13 Thread Johan Corveleyn
On Wed, Jul 13, 2016 at 10:13 PM, Greg Stein wrote: >> From: Siva >> Sent: woensdag 13 juli 2016 16:07 >> To: subversion-users >> Subject: Commit Size Restriction >> >> Hi All, >> >> My Subversion Edge is installed in Windows Server. >> >

Re: Commit Size Restriction

2016-07-13 Thread Greg Stein
l.nl wrote: > How do you define ???commit size > With delta compression, re-use on copies of files and directory trees, etc. > it is very hard to define what size a commit would be. > > And as we have pluggable filesystem backends we don???t know what amount of > disk space

RE: Commit Size Restriction

2016-07-13 Thread bert
How do you define ‘commit size’? With delta compression, re-use on copies of files and directory trees, etc. it is very hard to define what size a commit would be. And as we have pluggable filesystem backends we don’t know what amount of disk space would be used after a commit. Personally I

Re: Commit Size Restriction

2016-07-13 Thread Stefan Hett
Hi Sivaram, Hi All, My Subversion Edge is installed in Windows Server. Is it possible to restrict commit size by repository or whole server? Haven't done that myself yet, but I take it a way to do so is to add a pre-commit hook in combination with some perl script verifying the size o

Commit Size Restriction

2016-07-13 Thread Siva
Hi All, My Subversion Edge is installed in Windows Server. Is it possible to restrict commit size by repository or whole server? Regards, Sivaram

Re: Commit size

2012-06-15 Thread Daniel Shahaf
Johan Corveleyn wrote on Wed, Jun 13, 2012 at 15:32:56 +0200: > On Wed, Jun 13, 2012 at 3:16 PM, Vladimir Shun'kov wrote: > > Would be enough have the number bytes of changes. I did disk usage in > > pre-commit hook and disk usage in post-commit hook and then calculated > > the difference. But I c

Re: Commit size

2012-06-13 Thread Johan Corveleyn
On Wed, Jun 13, 2012 at 3:16 PM, Vladimir Shun'kov wrote: > Would be enough have the number bytes of changes. I did disk usage in > pre-commit hook and disk usage in post-commit hook and then calculated > the difference. But I commited the new file with size 20Kb and size of > commit I recieved on

Re: Commit size

2012-06-13 Thread Vladimir Shun'kov
/12 Cooke, Mark : > [Please add your reply at the bottom, it makes it easier to read] > >> > 2012/6/12 Andy Levy : >> >> On Tue, Jun 12, 2012 at 5:21 AM, Vladimir Shun'kov >> wrote: >> >>> Hello, >> >>> >> >>> Co

RE: Commit size

2012-06-12 Thread Cooke, Mark
[Please add your reply at the bottom, it makes it easier to read] > > 2012/6/12 Andy Levy : > >> On Tue, Jun 12, 2012 at 5:21 AM, Vladimir Shun'kov > wrote: > >>> Hello, > >>> > >>> Could you please help me with issue. Is it real to

Re: Commit size

2012-06-12 Thread Andy Levy
; > 2012/6/12 Andy Levy : >> On Tue, Jun 12, 2012 at 5:21 AM, Vladimir Shun'kov >> wrote: >>> Hello, >>> >>> Could you please help me with issue. Is it real to get commit size of >>> user for statistic? >> >> How are you measur

Re: Commit size

2012-06-12 Thread Thorsten Schöning
Guten Tag Chris Evans, am Dienstag, 12. Juni 2012 um 13:09 schrieben Sie: > If you still want some stats/reports from commits Atlassian Fisheye > will do it based of lines of code > http://www.atlassian.com/software/fisheye/overview/analyze-source I played a little with StatSVN which focuses on

RE: Commit size

2012-06-12 Thread Chris Evans
> -Original Message- > From: Andy Levy [mailto:andy.l...@gmail.com] > Sent: 12 June 2012 11:31 > To: Vladimir Shun'kov > Cc: users@subversion.apache.org > Subject: Re: Commit size > > On Tue, Jun 12, 2012 at 5:21 AM, Vladimir Shun'kov > wrote: > &

Re: Commit size

2012-06-12 Thread Andy Levy
On Tue, Jun 12, 2012 at 5:21 AM, Vladimir Shun'kov wrote: > Hello, > > Could you please help me with issue. Is it real to get commit size of > user for statistic? How are you measuring size? Bytes? Lines? Number of files? And to what end? There are a lot of problems arou

Commit size

2012-06-12 Thread Vladimir Shun'kov
Hello, Could you please help me with issue. Is it real to get commit size of user for statistic? Thank you. Best regards, Vlad.

Re: Size of SVN Transaction vs Actual commit size

2010-05-07 Thread Daniel Shahaf
Daniel Becroft wrote on Fri, 7 May 2010 at 20:48 +1000: > Have a look into 'svnlook changed' and 'svnlook cat' commands. Subversion 1.7 will also have an 'svnlook filesize' subcommand.

Re: Size of SVN Transaction vs Actual commit size

2010-05-07 Thread Ravi Roy
> > > > Thanks Olivier; but this is just abstract view; I want to compute the > > transaction size based on some predefined value (say 5 MB) and > allow commit > > to the repository if transaction size (in case new file commit) is less > than > > or equal to this size. > > > > Any idea you have ? >

Re: Size of SVN Transaction vs Actual commit size

2010-05-07 Thread Daniel Shahaf
Ravi Roy wrote on Fri, 7 May 2010 at 15:56 +0530: > I want to compute the transaction size based on some predefined value > (say 5 MB) Most probably, you're interested in the size of something *created* by the transaction --- not in the physical size of the on-disk representation of the transactio

Re: Size of SVN Transaction vs Actual commit size

2010-05-07 Thread Daniel Becroft
On Fri, May 7, 2010 at 8:26 PM, Ravi Roy wrote: > > > On Fri, May 7, 2010 at 3:33 PM, Olivier Sannier wrote: >> >> Ravi Roy wrote: >>> >>> Actual commit size is 1.28 MB and this script gives me 5528 bytes. >>>  Something wrong with script or th

Re: Size of SVN Transaction vs Actual commit size

2010-05-07 Thread Andy Levy
On Fri, May 7, 2010 at 06:26, Ravi Roy wrote: > > > On Fri, May 7, 2010 at 3:33 PM, Olivier Sannier wrote: >> >> Ravi Roy wrote: >>> >>> Actual commit size is 1.28 MB and this script gives me 5528 bytes. >>>  Something wrong with script or th

Re: Size of SVN Transaction vs Actual commit size

2010-05-07 Thread Ravi Roy
On Fri, May 7, 2010 at 3:33 PM, Olivier Sannier wrote: > Ravi Roy wrote: > >> Actual commit size is 1.28 MB and this script gives me 5528 bytes. >> Something wrong with script or there is compression involved or what ? >> > Well, reading the book could have tol

Re: Size of SVN Transaction vs Actual commit size

2010-05-07 Thread Olivier Sannier
Ravi Roy wrote: Actual commit size is 1.28 MB and this script gives me 5528 bytes. Something wrong with script or there is compression involved or what ? Well, reading the book could have told you that this is expected: http://svnbook.red-bean.com/nightly/en/svn.reposadmin.maint.html

Re: Size of SVN Transaction vs Actual commit size

2010-05-07 Thread Ravi Roy
s $REPOS/db/transactions/` TXN_SIZE=`$disk_usage -b $REPOS/db/transactions/$TXN.txn | cut -f1` echo Transaction size is $TXN_SIZE. >&2 sleep 100 exit 1 -- > - What is this "actual commit size" of which you speak? > Actual commit size is 1.28 MB and this script gives me 5528 byte

Re: Size of SVN Transaction vs Actual commit size

2010-05-07 Thread B Smith-Mannschott
On Fri, May 7, 2010 at 06:48, Ravi Roy wrote: > > On Thu, May 6, 2010 at 3:37 PM, Ravi Roy wrote: >> >> Hi >> >> General question about Transaction size versus actual file commit size. I >> am getting strange results when I am trying to commit 1.28 file and

Re: Size of SVN Transaction vs Actual commit size

2010-05-06 Thread Ravi Roy
On Thu, May 6, 2010 at 3:37 PM, Ravi Roy wrote: > Hi > > General question about Transaction size versus actual file commit size. I > am getting strange results when I am trying to commit 1.28 file and > transaction size I am getting is 5538 bytes. Does somebody knows the mystery

Size of SVN Transaction vs Actual commit size

2010-05-06 Thread Ravi Roy
Hi General question about Transaction size versus actual file commit size. I am getting strange results when I am trying to commit 1.28 file and transaction size I am getting is 5538 bytes. Does somebody knows the mystery ? I expect transaction size to be the same as actual commit size ? or some