Does anyone have a solution for the following error? We can not add a large file to Subversion. We are using Apache 2.2.16 and svnclient-win32-1.6.6 for Windows. Any information is greatly appreciated.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
First, you really shouldn’t store 3 GB files in SVN. Seriously. Small binary files are OK, but otherwise, SVN and their source control cousins are really for source code, not 3 GB files.
The
Entity Too Largeerror is being raised by Apache. Apache 2.2 does support files uploaded larger than 2gb, but perhaps Subversion does not, or perhaps you are running Apache on a Windows machine. In any case, your question is more suited to ServerFault.