Retrieve an older app version from version control

0
Hi, Is it possible to retrieve an older application version from the version control? Let’s say the latest revision number is 42, is it possible to get the revision 39?   Thanks
asked
2 answers
3

Yes, that is possible. You can create a new branch from the older revision and download it.

You can refer to this documentation

https://docs.mendix.com/refguide/create-branch-line-dialog#1-introduction

answered
0

You can use TurtoiseSVN

answered