Akshat Saxena wrote:
JackRabbit WebDav has the api for connecting to Sharepoint.
http://jackrabbit.apache.org/api/1.4.
This has the package org.apache.jackrabbit.webdav.client.methods which has all
the methods for checkin, check out etc.
...
Clarifying: so you're not using Jackrabbit itself, but the Jackrabbit
client WebDAV library.
Answer: Sharepoint does not support WebDAV Versioning (as defined in RFC
3253), so you'll need to figure out whether Sharepoint exposed
versioning information over HTTP, and how.
Best regards, Julian