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