Revision - Xyna-Factory/xyna GitHub Wiki

A Revision is the internal identification of a Runtime Context.

The revisions of all Runtime Contexts can be found by executing this CLI command:

 ./xynafactory.sh '''sql''' "select * from xmomversion"

It also shows up when listing the Workspaces or Applications with the additional parameter '-t': <syntaxhighlight lang="bash"> ./xynafactory.sh listworkspaces -t </syntaxhighlight>

<syntaxhighlight lang="bash"> ./xynafactory.sh listapplications -t </syntaxhighlight>

For different versions of a certain Application (My Application), use this command:

 ./xynafactory.sh '''sql''' "select * from xmomversion where application='<<''My Application''>>'" 

Special Revisions

The Workspace default workspace has revision -1 and is represented by the folder name rev_workingset.

⚠️ **GitHub.com Fallback** ⚠️