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

WebDAV on Windows

From: Brad Bruce <njbrad007_at_optonline.net>
Date: Sun, 02 Mar 2008 08:39:29 -0500

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_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-03-02 14:40:38 CET

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.