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

help- sub. server on windows

From: Lalit Jairath <lalit.jairath_at_Barra.COM>
Date: 2002-11-05 19:15:56 CET

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 Tue Nov 5 19:16:50 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.