You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by Glaucio Scheibel <gl...@datasul.com.br> on 2007/02/13 20:22:30 UTC

WebDav and Versioning

Hi all,

One question: I have a versionable node thats isn't in check-out state 
(checkout=false), and I want to edit e create a new version using 
webdav. How can I use webdav to change the checkout property?  Is the 
jackrabbit webdav servlet supports this?

Thanks
Glaucio


Re: WebDav and Versioning

Posted by Angela Schreiber <an...@day.com>.
Glaucio Scheibel wrote:

> One question: I have a versionable node thats isn't in check-out state 
> (checkout=false), and I want to edit e create a new version using 
> webdav. How can I use webdav to change the checkout property?  Is the 
> jackrabbit webdav servlet supports this?

no, the webdav servlet (SimpleWebdavServlet) currently
only implements RFC 2518 and not DeltaV.
see http://issues.apache.org/jira/browse/JCR-388

regards
angela