So by using a webdav client you would automatically get access to the last-modified property from DAV rather than relying on the http header? And hopefully with the slide client approach serialization to dav would be nearly free!
Damon. > It would definitely make sense to be able to access Subversion through a > WebDAV client. My first impression is that Subversion is faster than the > current Slide 2.0b. Now that Slide is reaching 2.0, writing a WebDAV resource > manager based on the Slide client should not be too difficult. > > -Erik > > Damon Rand wrote: > > > Hi Erik, > > Actually I have been using this feature of OXF against Subversion > > (development only) for quite some time now and it does work very well! :-) > > > > I came up with an Apache hack that generates a last-modified header for > > Subversion. The advantage of using slide though would be a speed increase > > because my apache/subversion hack disables caching. :-( The other thing > > that is a bit hacky about this hack is that I need to give OXF special > > access to the DAV repository. Ideally the urlresourcemanager would support > > basic authenticated servers.. > > > > <param-name>oxf.resources.url.username</param-name> > > <param-name>oxf.resources.url.password</param-name> > > > > Cheers, > > Damon. > > _______________________________________________ > oxf-users mailing list > [EMAIL PROTECTED] > http://mail.orbeon.com/mailman/listinfo/oxf-users > _______________________________________________ oxf-users mailing list [EMAIL PROTECTED] http://mail.orbeon.com/mailman/listinfo/oxf-users
