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
Thx. mucho.
lalit
-----Original Message-----
On Tuesday 05 November 2002 19.15, Lalit Jairath wrote:
> [HKEY_LOCAL_MACHINE\Software\Tigris.org\Subversion\Proxies\DEFAULT]
I may be wrong but shouldn't it be like this (in one key)?:
[HKEY_LOCAL_MACHINE\Software\Tigris.org\Subversion\Servers\DEFAULT]
Ulp.. the old svn-proxy-template.reg is still included in the Windows
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.orgReceived 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.