Hello,
i´m trying to access the svn repository with the windows commandline client
and have to use a proxy to do so. I´ve configured the proxy via windows
registry.
The result is:
>svn --version
svn, Version 1.2.0 (r14790)
übersetzt May 22 2005, 22:40:26
>svn list http://svn.collab.net/repos/svn
svn: PROPFIND Anfrage fehlgeschlagen auf '/repos/svn'
svn: PROPFIND von '/repos/svn': 403 Forbidden (http://svn.collab.net)
however, when manually contacting the proxy and getting the URL, i got a
repository listing as expected.
telnet http-proxy.niedersachsen.de 8080
Trying 10.17.98.13...
Connected to http-proxy.niedersachsen.de.
Escape character is '^]'.
GET http://svn.collab.net/repos/svn/ HTTP/1.0
HTTP/1.0 200 OK
Date: Fri, 08 Jul 2005 05:18:07 GMT
Server: Apache/2.0.50 (Unix) mod_ssl/2.0.50 OpenSSL/0.9.6 DAV/2 SVN/1.2.1
ETag: W/"15296//"
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Length: 528
Content-Type: text/html; charset=UTF-8
X-Cache: MISS from http-proxy.niedersachsen.de
X-Cache-Lookup: MISS from http-proxy.niedersachsen.de:8080
Proxy-Connection: close
<html><head><title>The Subversion Repository. No, really, *the* Subversion
Repository. - Revision 1
5296: /</title></head>
<body>
<h2>The Subversion Repository. No, really, *the* Subversion Repository. -
Revision 15296: /</h2>
<ul>
<li>README</li>
<li>branches/</li>
<li>tags/</li>
<li>trunk/</li>
</ul>
<hr noshade><em>Powered by <a
href="http://subversion.tigris.org/">Subversion</a> version 1.2.1 (r1
5230).</em>
so, what´s going on? Is it probably a very strict proxy configuration which
doesn´t allow non standard methods like PROPFIND?
Greetings, Jörg
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 8 23:36:11 2005