You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@sling.apache.org by Dominik Süß <do...@gmail.com> on 2015/09/02 08:55:13 UTC

Re: Sling's versioning features

Hi Andrey,

Sling transparently exposes the JCR Versioning support. The corresponding
checkin and checkout commands are necessary in the post servlet to be able
to control that. Details how the JCR Versioning works can be found here:
http://www.day.com/specs/jcr/2.0/15_Versioning.html

Cheers,
Dominik

On Sun, Aug 30, 2015 at 7:13 PM, Andrey Belyakov <abelyakov@griddynamics.com
> wrote:

> Hi, guys! I need your help.
>
> Where I can find some documentation about versioning features in Sling?
>
> I read here:
>
> https://sling.apache.org/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.html#versionable-node-support
> <
> https://sling.apache.org/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.html#versionable-node-support
> >
> but it only about "checkin" and "checkout".
> Also I read here: https://issues.apache.org/jira/browse/SLING-4318 and
> https://issues.apache.org/jira/browse/SLING-848 , but I didn't get
> complete
> understanding.
>
> I want to find something about list of versions and restore operation.
> Maybe howto or examples.
>
> Thank you.
>