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

Webdav only works with SVNParentPath, not SVNPath

From: Berwyn & Veronica Hoyt <hoyt_at_contact.net.nz>
Date: 2005-06-21 11:02:29 CEST

Hello,

It seems that autoversioned webdav only works with SVNParentPath, not SVNPath. We am apache-hosting svn on both
my work PC and at opensvn.csie.org. Same problem.

Here is the svn section of http.conf:

<Location /svn>
  DAV svn
# SVNPath c:/Work/svn
  SVNParentPath c:/Work
  SVNAutoversioning on
  AuthType Basic
  AuthName "Berwyn's Repository"
  AuthUserFile conf/svnusers.conf
  Require valid-user
</Location>

The above works fine with SVNParentPath. To test this, I load up internet explorer, click file->Open, then enter
"https://berwyn/svn/svn" and check the "Open as Web Folder" box.

But what I really want is to use SVNPath and webdav to "https://berwyn/svn". That simply doesn't work. The error is
"Internet Explorer could not open https://berwyn/svn. Would you like to see it's default [non-webdav] view instead?"

Anyone else get this working somehow?

Thanks,
Berwyn

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 21 11:19:50 2005

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.