- Where Developers Learn, Share, & Build Careers
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 the web access (such as provided by VVVC) is different from svn access ...
If you can, You should also verify
Comments
Post a Comment