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 res

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. >> >> Is it possible to restrict commit size by repository or wh

Re: Commit Size Restriction

2016-07-13 Thread Greg Stein
The simplest mechanism to avoid large (new) files from getting committed into your repository is to use the "LimitRequestBody" directive in your Apache configuration. This is the mechanism that we use on svn.apache.org Cheers, -g On Wed, Jul 13, 2016 at 09:18:05PM +0200, b...@qqmail.nl wrote: > H

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 wo

RE: Bug Report Againgst Subversion 1.9.3 libsvn_subr

2016-07-13 Thread Bailey, Aaron
This is an update to the reported issue below. It appears that calling the pre-processor macro svn_pool_create with an argument of NULL is done a lot in the Subversion code base. The comments in the APR function apr_pool_create_ex in module memory/unix/apr_pools.c seems to imply you shouldn't

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 of the co

UNSUBSCRIBE

2016-07-13 Thread Fisher, Randall
Randall Fisher Navicure, Inc. 2055 Sugarloaf Circle Suite 600 Duluth, GA 30097 770-342-0207 rfis...@navicure.com www.navicure.com

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