You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Mohsin Abbas <mo...@gmail.com> on 2014/09/24 23:48:06 UTC

Data Commit Limit in SVN V1.8.9 !!!

Hi All,

I have problem while committing data in SVN Repository . My data size was
around 4 plus GB. My commit was failed before 1 GB. Is there any limit in
SVN for not commit data larger then 1 GB ? Can I commit 4 or 5 GB data in
one commit ? Please suggest


Regards
Mohsin

RE: Data Commit Limit in SVN V1.8.9 !!!

Posted by "Grierson, David" <Da...@bskyb.com>.
I'd also question just exactly what it is that you're storing in Subversion that is consuming 4-5Gb.

Remember - once something has been committed to a Subversion repository it's there *forever*. If you're performing 4-5Gb commits each time I can see your filesystem getting very big, very quickly.

David.
--
David Grierson – SDLC Tools Specialist
Sky Broadcasting - Customer Business Systems - SDLC Tools
Tel: +44 1506 325100 / Email: David.Grierson@bskyb.com / Chatter: CBS SDLC Tools
Watermark Building, Alba Campus, Livingston, EH54 7HH

> -----Original Message-----
> From: Andreas Stieger [mailto:andreas.stieger@gmx.de]
> Sent: 24 September 2014 22:57
> To: users@subversion.apache.org
> Subject: Re: Data Commit Limit in SVN V1.8.9 !!!
>
> Hi,
>
> On 24/09/14 22:48, Mohsin Abbas wrote:
> > My data size was around 4 plus GB. My commit was failed before 1 GB. Is
> > there any limit in SVN for not commit data larger then 1 GB ? Can I
> > commit 4 or 5 GB data in one commit ?
>
> This is not in Apache Subversion itself but serf. You could apply the
> patch below, or use a different transport.
> https://code.google.com/p/serf/issues/detail?id=152
> https://code.google.com/p/serf/source/detail?r=2419
>
> Andreas
Information in this email including any attachments may be privileged, confidential and is intended exclusively for the addressee. The views expressed may not be official policy, but the personal views of the originator. If you have received it in error, please notify the sender by return e-mail and delete it from your system. You should not reproduce, distribute, store, retransmit, use or disclose its contents to anyone. Please note we reserve the right to monitor all e-mail communication through our internal and external networks. SKY and the SKY marks are trademarks of British Sky Broadcasting Group plc and Sky International AG and are used under licence. British Sky Broadcasting Limited (Registration No. 2906991), Sky-In-Home Service Limited (Registration No. 2067075) and Sky Subscribers Services Limited (Registration No. 2340150) are direct or indirect subsidiaries of British Sky Broadcasting Group plc (Registration No. 2247735). All of the companies mentioned in this paragraph are incorporated in England and Wales and share the same registered office at Grant Way, Isleworth, Middlesex TW7 5QD.

Re: Data Commit Limit in SVN V1.8.9 !!!

Posted by Philip Martin <ph...@wandisco.com>.
Andreas Stieger <an...@gmx.de> writes:

> Hi,
>
> On 24/09/14 22:48, Mohsin Abbas wrote:
>> My data size was around 4 plus GB. My commit was failed before 1 GB. Is
>> there any limit in SVN for not commit data larger then 1 GB ? Can I
>> commit 4 or 5 GB data in one commit ?
>
> This is not in Apache Subversion itself but serf. You could apply the
> patch below, or use a different transport.
> https://code.google.com/p/serf/issues/detail?id=152
> https://code.google.com/p/serf/source/detail?r=2419

That bug affects checkout/update, does it affect commit as well?

Subversion doesn't deliberately limit the size of commits. However an
Apache server can be configured to limit the size of HTTP requests, and
hook scripts can be written to reject large commits.

-- 
Philip Martin | Subversion Committer
WANdisco // *Non-Stop Data*

Re: Data Commit Limit in SVN V1.8.9 !!!

Posted by Andreas Stieger <an...@gmx.de>.
Hi,

On 24/09/14 22:48, Mohsin Abbas wrote:
> My data size was around 4 plus GB. My commit was failed before 1 GB. Is
> there any limit in SVN for not commit data larger then 1 GB ? Can I
> commit 4 or 5 GB data in one commit ?

This is not in Apache Subversion itself but serf. You could apply the
patch below, or use a different transport.
https://code.google.com/p/serf/issues/detail?id=152
https://code.google.com/p/serf/source/detail?r=2419

Andreas