The svn server is behind a proxy server which itself is behind a firewall.
svn co http://*/*
doesnt work
returns: repository permanently moved; please relocate
while
svn co svn+ssh://*/*
works well within the local domain of the proxy server.
Asked
Active
Viewed 1,157 times
1
1 Answers
0
Are you sure that you use the correct URL with the http protocol? Be aware that the web access (e.g. provided by ViewVC) is different from the svn access...
If you can, you should verify also the configuration on the webserver.
This question on ServerFault can be helpful also: Subversion error: Repository moved permanently to please relocate

Community
- 1
- 1

Yannick Blondeau
- 9,465
- 8
- 52
- 74