diff --git a/content/en/docs/refguide10/version-control/version-control-troubleshooting/repository-size.md b/content/en/docs/refguide10/version-control/version-control-troubleshooting/repository-size.md index b6e0e92af6a..4c5e8bd9583 100644 --- a/content/en/docs/refguide10/version-control/version-control-troubleshooting/repository-size.md +++ b/content/en/docs/refguide10/version-control/version-control-troubleshooting/repository-size.md @@ -235,7 +235,10 @@ When reaching out to Mendix Support, please include: In case you are still deciding whether to migrate from SVN to Git, or you are already on Git and want to get a recommendation on what steps to take to solve or prevent Git-related performance issues, please follow the decision trees in the image below: -{{< figure src="/attachments/refguide10/version-control/troubleshoot-version-control-issues/migration-advice-combined.png" class="no-border" >}} +{{< figure src="/attachments/refguide10/version-control/troubleshoot-version-control-issues/migration-advice-mx10.png" class="no-border" >}} -In Studio Pro 10.18 and above, you can manually convert branches to MPRv2. In Studio Pro 10.22 and above, branch conversion happens automatically. For more information on the format, see the [MPRv2 Format](#mprv2) section. -For more information on partial clone, see [Clone Type](/refguide10/clone-type/). +\* In case your .git folder is <2GB but you are having performance issues when cloning, please consult [Verify Full Clone Through Git CLI](/refguide10/troubleshoot-team-server-issues/#verify-full-clone-through-git-cli]) and contact Support with the relevant information. + +\** For more information on partial clone, see [Clone Type](/refguide10/clone-type/). + +\*** For more information on Git cleanup, see [Cleanup](/refguide10/troubleshoot-repository-size/#cleanup-tool). \ No newline at end of file diff --git a/static/attachments/refguide10/version-control/troubleshoot-version-control-issues/migration-advice-combined.png b/static/attachments/refguide10/version-control/troubleshoot-version-control-issues/migration-advice-combined.png deleted file mode 100644 index 4d4d804175c..00000000000 Binary files a/static/attachments/refguide10/version-control/troubleshoot-version-control-issues/migration-advice-combined.png and /dev/null differ diff --git a/static/attachments/refguide10/version-control/troubleshoot-version-control-issues/migration-advice-mx10.png b/static/attachments/refguide10/version-control/troubleshoot-version-control-issues/migration-advice-mx10.png new file mode 100644 index 00000000000..755e14f5283 Binary files /dev/null and b/static/attachments/refguide10/version-control/troubleshoot-version-control-issues/migration-advice-mx10.png differ