svn checkout http:// not working -
The svn server is behind a proxy server behind the firewall. svn http: // * / *
returns does not work: repository permanently transferred; Please move
, while svn co svn + ssh: // * / *
works well within the local domain of the proxy server.
Do you really use the correct URL with the http protocol? Keep in mind that web access (as provided by VVVC) is different from svn access ...
If you can, So you should also verify the configuration on the webserver.
This question can also be helpful on ServerFault:
Comments
Post a Comment