Finding Branch Version

0
Is there a way to quickly see what Mendix version a certain branch of an app is?   Right now the only way I know of finding it is by trying to open the branch in Studio Pro and if the branch is in a different version than the one I'm trying to open it in, Studio Pro will give an error message mentioning the version, but that takes quite a lot of time if you want to know the version of multiple branches.   ETA: My point is I'd like to find a way to know the version number of a branch WITHOUT launching that branch in Studio Pro, since that is what is time consuming. So I can find out the version of multiple branches at the same time.
asked
4 answers
2

Hi Nienke,

in sprintr portal, when you create a deployment package, it will show all the branches with the latest revisions along with version number.

image.png

You can check there.

 

Regards,

Ajay

answered
1

Hi Nienke, Each Mendix project branch contains a "project.mpr" file in its root. You can open it without launching Studio Pro.

 

image.png

Click on the app. it will automatically open(Note: Mendix version needs to be installed in your machine)

 

I hope this one helps you! :)

answered
1
  • When you go to Teamserver in Sprintr, you have the option to choose Branch
  • When you select what branch you want, it will show revisions below
  • There you see, the version with which the last commit was made
  • Does not require mendix selector or playing around with deployment packages

 

finding-Version.JPG

 

answered
0

In addition to what the others have mentioned - if you pin the Mendix version selector on your task bar, you can right-click it and see all recent projects and branches. Selecting one will automatically open it in the correct Mendix version:

 

image.png

answered