[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: Knight, Lloyd <Lloyd_Knight_at_adc.com>
Date: 2002-02-13 22:55:42 CET

thanks much for the reply.

is there any doc on integrating the two?

i.e. utilizing the versioning info for a
generic webdav application? or, does the svn
module provide all the functionality/data that
the generic mod_dav does, just accessed differently?

envision ie's view of a web folder, along with version
info for the docs in the folders.

sorry to be such a newbie pest, but i see some great
potential here and i would just like to solidify my
understanding of the webdab/deltav worlds.

thanks
ljk

-----Original Message-----
From: Greg Stein [mailto:gstein@lyra.org]
Sent: Wednesday, February 13, 2002 3:38 PM
To: Knight, Lloyd; SVN Dev List
Subject: Re: svn client accessing current webdav instance

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.