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

WebDAV

From: Cockerham, John (US SSA) <john.cockerham_at_baesystems.com>
Date: 2004-08-02 16:40:22 CEST

I am trying to get WebDAV to work (Read/Write) with IE by using the
"Open as Web Folder" option. I have the following configuration:

Apache and SVN running on a Mandrake 10.x box with a hostname of
cno_server. The repository is located in /disk0/SVN. The IE version is
6.0.2800 and is running on XP.

/etc/httpd/conf/commonhttpd.conf

# Location directives to allow svn traffic over dav
<Location /disk0/SVN>
    AuthType Basic
    AuthName "SVN access"
    AuthUserFile /etc/httpd/conf/htpasswd.users
    AuthGroupFile /etc/httpd/conf/htgroup.users
    Require group svn
    DAV svn
    SVNPath /disk0/SVN
</Location>

/etc/httpd/conf/htpasswd.users

joeuser:sKJnHEvHisL..

/etc/httpd/conf/htgroup.users

svn: joeuser

I can not connect to to web folder, but I can view the repository via a
web brower. The errors I get are when trying to connect are:

/var/log/http/access_log

Microsoft-WebDAV-MiniRedir/5.1.2600"
100.10.100.229 - - [02/Aug/2004:06:26:54 -0400] "PROPFIND / HTTP/1.1"
405 483 "-" "Microsoft-WebDAV-MiniRedir/5.1.2600"

/var/log/http/error_log

[Mon Aug 02 06:26:28 2004] [error] [client 100.10.100.229] user
CNO_SERVER\joeuser not found: /SVN

It appears that IE resolves the name and inserts it as
CNO_SERVER\joeuser. Does anyone have a clue where I may be going wrong?

Tks

John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Aug 2 16:41:03 2004

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

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