Alfresco Document Versioning

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2009 03:53 AM
Hi
We would like to control the document auto versioning in the following cases
1) When user saved document in CIFS don't create version every time create only when user closed that document after save
2) Create version only when user check-in the document in web
3) Only maintain last five updated version and delete the remaining versions
We would like to control the document auto versioning in the following cases
1) When user saved document in CIFS don't create version every time create only when user closed that document after save
2) Create version only when user check-in the document in web
3) Only maintain last five updated version and delete the remaining versions
Labels:
- Labels:
-
Archive
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2009 05:59 PM
Good question, I'm being asked to change the increment from 0.1 to 0.01, and to somehow control when full steps (1.0, 2.0, etc) are done, to keep in sync with corporate policies. I have been unable to find any way to configure this, and a search through the javadocs was not at all helpful.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2009 12:00 AM
I'll be the third person to chime in with the same request.
We're also trying to do the same thing.
Is there a simple example that demonstrates manual versioning of a document (autoversion of versionable turned off)?
We're also trying to do the same thing.
Is there a simple example that demonstrates manual versioning of a document (autoversion of versionable turned off)?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2009 01:28 AM
I have workaround for this,
1) Applied Auto Version aspect on space.
2) Upload the document with unchecked the auto version box or we can do it automatically through the xml by setting auto version property to false of version aspect.
3) Now onwards alfresco will only generate document version when you check-out the document and not for every time you saved document.
1) Applied Auto Version aspect on space.
2) Upload the document with unchecked the auto version box or we can do it automatically through the xml by setting auto version property to false of version aspect.
3) Now onwards alfresco will only generate document version when you check-out the document and not for every time you saved document.
