cancel
Showing results for 
Search instead for 
Did you mean: 

Folder Versioning

robain
Champ in-the-making
Champ in-the-making
Is it possible to make folders versionable? seemed like it is possible but the version label on the details page does not get updated when I change the attributes.  anyone can help me with details on this. how do i display the version history on FOLDER details page the same way as in the DOCUMENTS attributes detail page.

I am doing this using webservice api, seems like thats the problem. Do i have to checkout and checkin to create a new version when using this api or how does it work.

Thanks
Robain.
12 REPLIES 12

cryptomatt
Champ in-the-making
Champ in-the-making
hey robain, did you get any closer to getting an answer for this? I would have wanted to use WCM kind of versioning in the DM application itself since the structure of where the document is saved is as important sometimes as the document itself and like the document, even the structure should be version controlled. Short of trying it myself, was the versioning counter changing when new files were being added to the folder as opposed to just modifying a folder property.

robain
Champ in-the-making
Champ in-the-making
havent tried that specifically but i would say you could always update the folder with a behaviour set on the document to do so.

thanks
robain

prateekgoyal
Champ in-the-making
Champ in-the-making
hey robain how did you able to create the version of the document. When i'm trying to create a version of a file it is throwing the followinh exception :
org.springframework.dao.DataIntegrityViolationException: Could not execute JDBC batch update; nested exception is org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch update
plz help me out.