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

Re: Dreamweaver and SVN 1.2 Locking

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-04-27 16:39:37 CEST

On Apr 27, 2005, at 9:29 AM, Mark Phippard wrote:
>
> If you have the time and ability, another thing you might try is to
> see if
> you can get Dreamweaver to work with the generic Apache mod_dav_fs. If
> you can, then maybe the Subversion devs can learn something from that?

mod_dav is the "front end" for all dav implementation; it's the thing
that talks to the DAV client and handles 90% of the logic. The only
reason autoversioning didn't work very well prior to svn 1.2 was
because it simply didn't implement the full "provider" API that mod_dav
expects its backends to handle.

So in *theory*, there should be no difference at all between mod_dav_fs
and mod_dav_svn now. A client shouldn't be able to tell the
difference, nor should mod_dav itself.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Apr 27 17:30:54 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.