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

Re: svn client accessing current webdav instance

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-02-13 22:38:23 CET

On Wed, Feb 13, 2002 at 02:24:24PM -0600, Ben Collins-Sussman wrote:
> "Knight, Lloyd" <Lloyd_Knight@adc.com> writes:
>...
> > given what you have told me, from an apache configuration
> > perspective, can i have the same <Location> tag using the DAV on
> > and DAV svn directive? so a generic dav client could access the
> > repository as well as the svn client maintaining versioning info?
>
> Not sure about that. Let's see what Greg Stein says. Greg?

Nope. There can only be one mod_dav provider for a given tree.

"DAV on" is simply a shortcut for "DAV filesystem". And the SVN content is
not in the filesystem :-)

I believe mod_dav will actually give you an error (it should, I don't recall
the current state of that error code) if you attempt to put two DAV
statements in the same Location (or one in the child of another).

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:07 2006

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

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