in reply to Re: WebDAV server
in thread WebDAV server

FWIW, libneon is a DAV client library (used in the subversion clients), not a server library. The subversion server uses the Apache mod_dav stuff.

I think it would be a really good thing to get a perl interface to mod_dav. I know several people interested in perl-based DAV servers.

Replies are listed 'Best First'.
Re: Re: Re: WebDAV server
by belg4mit (Prior) on Feb 14, 2002 at 15:26 UTC
    mod_dav is the defacto means of implementing WebDAV support. Subversion does use libneon to provide WebDAV *services*. In Apache 2.0 mod_dav will be a standard module and the current mod_dav implementation will probably become stale. There is also HTTP::DAV.

    My two issues with WebDAV is the slow implemantation of DeltaV (the V portion {Web Distributed Authoring and Versioning}) support/drafting. Along with mod_dav's insistence that the content it writes to be an exclusive repository, leading to complications with multi-user websites and shell editing.

    --
    perl -pe "s/\b;([st])/'\1/mg"