This section describes enabling versioning for all content in the repository.
- Open the data dictionary <configRoot>\classes\alfresco\model\contentModel.xml.
- Search for the <type>: <type name="cm:content">
-
Immediately after the closing
</properties> tag, insert the following
lines:
<type name="cm:content"> <properties> ... </properties> <mandatory-aspects> <aspect>cm:versionable</aspect> </mandatory-aspects> </type>
- Save the file.
- Restart the SkyVault server.