Hi all,
I tried to access the SVN repository from Tortoise and Eclipse via HTTP (my
PC is behind a firewall, thus I cannot use native svn protocol). Depending
on the URL used I get the following error messages:
RA layer request failed
svn: PROPFIND request failed on '/'
svn: PROPFIND of '/': 200 OK (http://svn.servicemix.codehaus.org)
RA layer request failed
svn: PROPFIND request failed on '/trunk'
svn: PROPFIND of '/trunk': 301 Moved Permanently
(http://svn.servicemix.codehaus.org)
Maybe I missed something but is there a way to access the SVN repository
anonymously via HTTP (I do not mean via a web browser for simple browsing).
Alternatively, I could use SSH but it seems that there is no login like
'anon'.
Thanks,
Thorsten