On Fri, Sep 14, 2007 at 07:43:15PM +0200, Benjamin Schmid wrote:
> Hi list!
>
> Found a bug in svnant. Tried to checkout sources and look for myself. Tried with svn-win32 1.4.5:
>
> C:\devel>svn checkout http://subclipse.tigris.org/svn/subclipse/trunk subclipse --username guest
> svn: PROPFIND Anfrage fehlgeschlagen auf »/svn/subclipse/trunk«
> svn: PROPFIND von »/svn/subclipse/trunk«: 400 Bad Request (http://subclipse.tigris.org)
>
>
> I sitting behind a proxy. Configuration is fine and other SVN servers matching the same proxy definitons are working
> fine. Accessing via svn repository via web-browser is also fine. Tortoise doesn't work either.
WFM:
In ~/.subversion,servers, I have:
-----8<-----
[groups]
all = *
[all]
http-proxy-host = localhost
http-proxy-port = 3128
http-proxy-username = auser
http-proxy-password = apassword
-----8<-----
Then, in my squid's configuration:
-----8<-----
extension_methods REPORT MERGE MKACTIVITY CHECKOUT
-----8<-----
HTH,
Rainer
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Sep 15 12:05:02 2007