tags:

views:

1101

answers:

2

hello, when i try to update my local subversion copy with the command "svn up" it gives me the error:

svn: Server sent unexpected return value (413 Request Entity Too Large) in response to REPORT request for '/repository/!svn/vcc/default'

what could be the problem here?

thanks!

+2  A: 

I think it is a problem with the SSL-certification. A solution is discussed at http://svn.haxx.se/users/archive-2008-01/0689.shtml: which said:

413 Request Entity Too Large" problem can be solved by moving SSLVerifyClient from the directory level up to the virtual host level as found in Apache bug 39154, http://www.mail-archive.com/[email protected]/msg21739.html.

Peter Parker
thanks, but i am only on the client side and cannot make changes to the server configuration.
clamp
ok, but it is a configuration error, not a user error. You should inform your administrator
Peter Parker
A: 

Hi,

Can you show me how to move the SSLVerifyClient? I'm using Apache 2.2.16 with svn-win32-1.6.6 for Windows.

Thank you.

Angie