Xiaojie Shen wrote:
> I saw some advices about using JCR VersionHistory.removeVersion(). But
> is it possible to remove versions via Webdav?
it should work using a DELETE request on corresponding version
resource... this requires though that the versions are exposed
as webdav resources, which should be the case if you are
using the a jcr repository that implements full versioning such
as jackrabbit.
for some information about the structure of the version store
please take a look at JSR 283.
hope that helps
angela
> Thanks
>
> Xiaojie
>
>
>
|