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
