Version control - CMOD Objects

Previous topic - Next topic

nikeshpj

Hi Guys,
Have anyone tried Version Control of CMOD Objects?
It it really possible and useful?

1. Extracting the CMOD Objects using arsxml and pushing to a GIT repo.
2. Use the xml for deploying objects to higher environments (instead of Export option in Administrator)?

The whole idea gets complicated when it comes to deleting an object.
Any suggestions and comments would be of great help.

/Nikesh

rjrussel

Why do you think you need this? OnDemand objects are static.

Justin Derrick

Yeah, you'd be better off creating an extra field, putting a default value in it (like -1) and updating it nightly by searching for the number of times the metadata appears previously, and setting the version number appropriately, or having version control happening elsewhere.

And really, if that's a core requirement that you'll be leaning heavily on, you should consider CMv8 or Filenet for this solution.

-JD.
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Webinars:  https://CMOD.Training/
IBM CMOD Professional Services: https://CMOD.cloud

Interests: #AIX #Linux #Multiplatforms #DB2 #TSM #SP #Performance #Security #Audits #Customizing #Availability #HA #DR

nikeshpj

Thanks Justin and Russel for the response.