Upgrading Mendix 9.24.16 to 10.24.2 – Git conversion clarification

0
Hello everyone, I recently upgraded my project from Mendix 9.24.16 to 10.24.2. The project opened fine in the new version, but I noticed that it did not automatically convert from SVN to Git. Instead, the project is still linked to SVN, and I also see that it points to the Free Cloud environment. I had the following doubts: Does upgrading from 9 to 10 automatically convert the project from SVN to Git? If not, what is the correct process to move an existing project from SVN to Git while upgrading? Is it possible to keep using SVN in Mendix 10, or is Git mandatory going forward? What additional steps should I take after opening the 9.x project in 10.x to ensure the repository and team server setup are correct? I would appreciate if someone can guide me through the proper process, or share documentation / video links for this migration.   Regards  Reemali
asked
2 answers
0

Here is the documentation: Upgrading from Mendix Studio Pro 9 to 10 | Mendix Documentation

 

The project/app needs to be migrated to GIT before you upgrade as per the above documentation. Here is the relevant GIT migration documentation page: Migrating to Git | Mendix Documentation

This does not happening automatically by just opening the project in the 10 modeler.

 

Git is required for Mendix 10. Following the along the documentation is the easiest way to do it if you haven't before.

answered
0

Hi Reemali Patil,

 

This is step by step you can migrate SVN to git:

1) Go to your app -> Team server -> Copy app repository-ID

2) Go to https://git-migration.home.mendix.com/p/migrate-project/[repository-ID]

Click step by step on this web

3) Go to your app again and click open app in Mendix Studio Pro -> make sure clone new app in empty folder

answered