views:

209

answers:

2

What does it mean when you try to push to a Mercurial repository on Bitbucket and it produces the response:

abort: HTTP Error 413: Request Entity Too Large
A: 

Looks like BitBucket has a size limit on HTTP uploads and you are exceeding them. It is probably a large file that you are uploading that is breaking things. Try excluding that one file and see what happens.

http://www.checkupdown.com/status/E413.html

http://forums.asp.net/p/1191089/2046229.aspx#2046229

TheSteve0
+2  A: 

Consider asking this the bitbucket team. In the meanwhile you could try using ssh access instead of http.

Johannes Rudolph