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

Problems with Autoversioning and WebDAV with Windows XP

From: Craig McElroy <craig.mcelroy_at_metissian.com>
Date: 2004-10-14 19:14:44 CEST

Greetings,

   I am trying to mount a subversion 1.1.0 repository running on linux
with apache httpd-2.0.52 as a WebFolder under Windows XP Professional.
I am able view the repository through a web browser, but not able to
mount under XP. I can, however, mount it from Mac OS X without any
issues. I can add the share successfully, but when I attempt to expand
it under My Network Places, I get a dialog:

\\webdav.contegix.com\svn is not accessible. You might not have
permission to use this network resource. Contact the administrator of
this server to find out if you have access permissions.
The network path was not found.

An excerpt from the Apache config is as follows:

     DavLockDB /var/lib/apache2/DavLock
     <Location /svn>
         DAV svn
         SVNPath /opt/svn/root/contegix/test
         SVNAutoversioning on
         ForceType text/plain
         Order Allow,Deny
         Allow from all
     </Location>

   At this time, I have authentication turned off to rule out any
problem related to that. Also, it is publicly available at
http://webdav.contegix.com/svn in case someone can rule out the
possibility that it is a problem with my Windows environment. There is
nothing logged to error log and access log just shows:

63.246.15.189 - - [14/Oct/2004:12:11:44 -0500] "PROPFIND /svn HTTP/1.1"
207 1198 "-" "Microsoft-WebDAV-MiniRedir/5.1.2600"
63.246.15.189 - - [14/Oct/2004:12:11:44 -0500] "PROPFIND /svn HTTP/1.1"
207 1198 "-" "Microsoft-WebDAV-MiniRedir/5.1.2600"

   Any help on this is greatly appreciated.

Cheers,
-craig

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 14 19:15:25 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.