[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Bug: committing large propteries over HTTP

From: John Szakmeister <john_at_szakmeister.net>
Date: 2005-11-23 10:23:29 CET

On Sunday 06 November 2005 23:13, Ron Ward wrote:
> There appears to be a bug if you try and commit a file with a large
> property over HTTP. For example:
> If you add a property to a file (1 MB or larger in size,
> or multiple properties that have a total size of 1 MB or larger)
> And the attempt to commit the file over http://, it fails with the message:
>
> svn: Commit failed (details follow):
> svn: At least on property change failed: repository is unchanged.
>
>
> NOTE: This works OK via the file:// and svn:// protocol
> It is only failing via http://
> And I can commit very large files without any problems.
>
> A quick and easy way to reproduce this error is as follows:
> Add a simple test.txt file to a svn repository that is using the http://
> protocol. Add a large property to this file. e.g.
> svn ps propName -F OneMegFile test.txt
> Then try and commit this file. e.g.
> svn commit test.txt -m “testing”

You need to set LimitXMLRequestBody to something acceptable for your
situation.

http://httpd.apache.org/docs/2.0/mod/core.html#limitxmlrequestbody

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 23 10:26:55 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.