Skip to content

Commit fef932e

Browse files
Merge pull request mendix#7484 from tknippenberg/patch-29
Updated migration eligibility criteria
2 parents c8f3165 + c64741c commit fef932e

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

content/en/docs/developerportal/general/team-server/migrate-to-git.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,15 @@ To be able to migrate your app to Git, your app needs to meet the following crit
2222
* The main line ('main') branch in the app is Mendix version 9.24.11 or above
2323
* All branches in the app are Mendix version 9.12 or above
2424
* Current version control is in Team Server SVN
25-
* The size of the `.mpr` file for the latest revision of your app is less than 100MB
26-
* The version control history consists of fewer than 1000 commits
25+
* The size of the `.mpr` file for the latest revision of your app is less than 125MB
26+
* The version control history consists of fewer than 1250 commits
2727

2828
{{% alert type="info" %}}
2929

3030
Only a user with the Scrum Master role can migrate an app. For more information, see [App Roles](/developerportal/general/app-roles/).
3131

3232
{{% /alert %}}
3333

34-
{{% alert color="warning" %}}
35-
At this moment we are limited in our ability to migrate large SVN repositories under the following circumstances:
36-
37-
* if the full SVN repository including all history and branches exceeds approximately 80GB, migration will probably fail
38-
* some Git repos will not support `.mpr` files which are greater than 100MB
39-
40-
We are working on solutions to both notify you when this issue applies to you and to resolve these issues for large repositories.
41-
{{% /alert %}}
42-
4334
## 3 How Migration Works
4435

4536
If your main line is Mendix version 9.24.11 or above, and your team role is Scrum Master, you see a notification on a possible migration at the top of the **Team Server** page for your app. Click **Migrate to Git** to check for migration eligibility and to start the migration.

0 commit comments

Comments
 (0)