Hi everybody,
i am implementing a service that upload and updates documents in alfresco from calling the alfresco webservices. My Question: how can i updates a document that exists without increments the version or revision number. It means i wannt to increments the version only if it is required (The user decide to increments it) but not automatically.
Better if i can define wich version get the document.
example:
1. create a document with 1.0.
2. update it and give it the version 2.0 if i wannt.
is it possible to do that?
Thanks.