How can I update via svn protocol ? instead of http ? I know how to checkout via svn:// but $svn update doesn’t let you specify the protocol and it is using the one you did checkout with
I’m getting
svn: Server sent unexpected return value (413 Request Entity Too Large) in response to REPORT request for '/repos/public/!svn/vcc/default'
And I remember that last time using svn:// helped.
Once you’ve done a checkout with the http:// protocol, you’re ‘stuck’. You can either use svn switch –relocate to point to the svn:// url, or create a fresh checkout