Hello Jeet,

> I get an error.
> "Server sent unexpected return value (413 Request Entity Too Large) in
> response"  I'm using the latest Visual SVN and Tortoise SVN

The error "413 Request Entity Too Large" you get on commit is rather a
client's issue than the server's one. Subversion clients use neon
library for network communication by default. This library does not
support transmission large files to Subversion server correctly.

However you can try to switch from neon to serf library as a workaround.

Perform the steps on client's machine:

- Open file "%APPDATA%\Subversion\servers"
- Find [global] section
- Add following string to the [global] section: http-library=serf
- Save servers file and try to commit again

Please let us know whether the problem will be solved or not and do
not hesitate to ask any further assistance.
Thank you.

-- 
With best regards,
Pavel Lyalyakin
VisualSVN Team

-- 
You received this message because you are subscribed to the Google Groups 
"VisualSVN" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/visualsvn?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to