[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: help- sub. server on windows

From: Lalit Jairath <lalit.jairath_at_Barra.COM>
Date: 2002-11-06 18:01:12 CET

Hi Jostein,

i changed accordingly but am getting the exact same error. i'm pretty sure
the problem is somewhere else? Does the error message tells you something
more to you. where else should i look for it?

Thx. mucho.

lalit

-----Original Message-----
From: Jostein Christoffer Andersen [mailto:jostein@josander.net]
Sent: Wednesday, November 06, 2002 8:52 AM
To: Lalit Jairath
Cc: dev@subversion.tigris.org
Subject: Re: help- sub. server on windows

On Tuesday 05 November 2002 19.15, Lalit Jairath wrote:

> [HKEY_LOCAL_MACHINE\Software\Tigris.org\Subversion\Proxies\DEFAULT]
> "host"="proxy.bsp.com"
> "port"="911"
>
>
> REGEDIT4
>
> [HKEY_LOCAL_MACHINE\Software\Tigris.org\Subversion\Servers\DEFAULT]
> "host"="proxy.bsp.com"
> "port"="911"
> "timeout"="0"

I may be wrong but shouldn't it be like this (in one key)?:

[HKEY_LOCAL_MACHINE\Software\Tigris.org\Subversion\Servers\DEFAULT]
"host"="(your proxy host here)"
"port"="(your proxy port here)"
"username"="(your proxy username here)"
"password"="(your proxy password here)"
"timeout"="(timeout in seconds, omit or use 0 to get a default)"

Ulp.. the old svn-proxy-template.reg is still included in the Windows
distro, I will fix it to next time...

Jostein

-- 
----------------------------------------------------------------------
Jostein Christoffer Andersen <jostein@josander.net>
http://www.josander.net/
Public PGP Key:
Key: http://www.josander.net/pub_keys/jostein_josander.net.asc
----------------------------------------------------------------------
Hi All,
i get the following error. our proxy server is netscape. Appreciate any
help. Please see the config files below.
E:\>svn co http://LALITW2K.win.bsp.com:80/svn/repo wc
svn: RA layer request failed
svn: PROPFIND of /: 500 Server Error
Thx. mucho.
lalit
httpd.conf
LoadModule dav_module modules/mod_dav.so
LoadModule dav_fs_module modules/mod_dav_fs.so
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_connect_module modules/mod_proxy_connect.so
LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
<IfModule mod_proxy.c>
ProxyRequests On
<Proxy *>
    Order deny,allow
    Deny from all
    Allow from .example.com
</Proxy>
proxy-template.reg
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Tigris.org\Subversion\Proxies\DEFAULT]
"host"="proxy.bsp.com"
"port"="911"
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Tigris.org\Subversion\Servers\DEFAULT]
"host"="proxy.bsp.com"
"port"="911"
"timeout"="0"
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Nov 6 18:02:00 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.