Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Transactions (docs)

Versioning (docs)

Enable versioning on a resource / resource-tree

Code Block
<> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.jcp.org/jcr/mix/1.0versionable>
 
-- or, shorthand --
<> a mix:versionable

Create a version with a label

Code Block
curl -XPOST http://localhost:8080/rest/item/fcr:versions/my-label

Enable auto-versioning on a resource

Code Block
<> fedoraconfig:versioningPolicy "auto-version"

Admin Search ( docs )

Import/Export (docs)

Federation aka Projection (docs)

...