Using MorphX VCS, i am trying to manage versions. I can see history of all versions of any object (e.g. table). Also, i can restore/get any of the versions, available in history.
The only which i am trying to dig out that how to get the currently active version? suppose if i have TableABC, and there are 3 versions as Version: 0.0.1, Version : 0.0.2, Version: 0.0.3
i can see these version in table SysVersionControlMorphXRevisionTable on sql server [select * from SysVersionControlMorphXRevisionTable]
But i want to know the currently active version.
any help in this regard would be highly appreciated.
*This post is locked for comments
I have the same question (0)