You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Brad Bruce <nj...@optonline.net> on 2008/03/02 13:39:29 UTC

WebDAV on Windows

Before I pull out what's left of my hair...

Is it possible to save changes using WebDAV on Windows?

I've been able to get read access, and applications such as MS-Word 
think they can save, but they cannot.
The most frequent error I see in the Apache log is 409

Does anyone know the correct combination of settings to make this work

httpd.conf==================================
<Location /Documents>
  DAV svn
  SVNPath C:/svnrepository/Documents
  SVNAutoversioning On
  ModMimeUsePathInfo on
  AuthType Basic
  AuthName "Subversion repository"
  AuthUserFile C:/svnrepository/passwd
  Require valid-user
</Location>


Apache Version==================================
2.2.8

SubVersion Version ==================================
svn, version 1.4.6 (r28521)
   compiled Dec 20 2007, 16:19:22

Copyright (C) 2000-2007 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet 
(http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
  - handles 'http' scheme
  - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org