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

Re: Parse WebDAV i/o

From: Phil Endecott <phil_okxlh_endecott_at_chezphil.org>
Date: 2005-12-08 21:15:06 CET

Ian Smith-Heisters wrote:
> The other problem is getting any added content out again when it's
> committed back. As of yet, I haven't seen how to declare a handler for
> WebDAV writes. If I could do that, it would be trivial to extract the
> pertinent information only.

Ah OK, so you need to strip off the extra stuff when your browser-based
editor saves it back. You're not actually declaring a handler for
WebDAV writes, but rather a handler for PUT requests to particular URLs;
then some Perl/PHP/whatever code processes the data and does a PUT
sub-request to the DAV layer. This could get quite complicated.
Realistically, unless you want to spend a while learning how all the
bits work and how to plumb them together, I suggest that you try to
think of other ways of solving the problem.

Regards,

--Phil.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 8 23:53:17 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.