From 047eee7b420a997b5efc601ca6232d807d512e29 Mon Sep 17 00:00:00 2001 From: Raghuveer Singh <raghuveer.singh@mendix.com> Date: Thu, 27 Mar 2025 15:02:39 +0530 Subject: [PATCH 1/2] Updated documentation for Auto Upgrade of application to MPRv2. --- .../version-control-troubleshooting/repository-size.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/refguide/version-control/version-control-troubleshooting/repository-size.md b/content/en/docs/refguide/version-control/version-control-troubleshooting/repository-size.md index b7647f067e1..c50aca48f08 100644 --- a/content/en/docs/refguide/version-control/version-control-troubleshooting/repository-size.md +++ b/content/en/docs/refguide/version-control/version-control-troubleshooting/repository-size.md @@ -43,7 +43,7 @@ Version control systems like Git do not store a full copy of a document for ever #### MPRv2 Format {#mprv2} {{% alert color="info" %}} -MPRv2 was released in Studio Pro 10.18.0 as [Public Beta](/releasenotes/beta-features/). In Studio Pro 10.21.0, MPRv2 was released for General Availability (GA) and is automatically used for new apps. +MPRv2 was released in Studio Pro 10.18.0 as [Public Beta](/releasenotes/beta-features/). In Studio Pro 10.21.0, MPRv2 was released for General Availability (GA) and is automatically used for new apps. When opening an existing app in Studio Pro 11.0 or above, it automatically converts to the MPRv2 format. {{% /alert %}} Studio Pro 10.18 introduced a new version of the *.mpr* format: MPRv2. The key difference is that all documents, such as microflows, are no longer stored as part of the *.mpr* file but as separate files in the *mprcontents* directory. The *.mpr* file functions as an index file pointing to all the different files on disk. @@ -235,5 +235,5 @@ In case you are still deciding whether to migrate from SVN to Git, or you are al {{< figure src="/attachments/refguide/version-control/troubleshoot-version-control-issues/migration-advice-combined.png" class="no-border" >}} -In Studio Pro 10.18 and above, you can manually convert branches to MPRv2. In future versions, branch conversion will happen automatically. For more information on the format, see the [MPRv2 Format](#mprv2) section. +In Studio Pro 10.18 and above, you can manually convert branches to MPRv2. In Studio Pro 11.0 and above, branch conversion will happen automatically. For more information on the format, see the [MPRv2 Format](#mprv2) section. For more information on partial clone, see [Clone Type](/refguide/clone-type/). From 67f09179c0d0d27fffd5572b204502dfc41667c7 Mon Sep 17 00:00:00 2001 From: Maria Shaposhnikova <38249778+MariaShaposhnikova@users.noreply.github.com> Date: Wed, 16 Apr 2025 16:09:25 +0200 Subject: [PATCH 2/2] Update repository-size.md --- .../version-control-troubleshooting/repository-size.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/refguide/version-control/version-control-troubleshooting/repository-size.md b/content/en/docs/refguide/version-control/version-control-troubleshooting/repository-size.md index c50aca48f08..fa2fd11636c 100644 --- a/content/en/docs/refguide/version-control/version-control-troubleshooting/repository-size.md +++ b/content/en/docs/refguide/version-control/version-control-troubleshooting/repository-size.md @@ -235,5 +235,5 @@ In case you are still deciding whether to migrate from SVN to Git, or you are al {{< figure src="/attachments/refguide/version-control/troubleshoot-version-control-issues/migration-advice-combined.png" class="no-border" >}} -In Studio Pro 10.18 and above, you can manually convert branches to MPRv2. In Studio Pro 11.0 and above, branch conversion will happen automatically. For more information on the format, see the [MPRv2 Format](#mprv2) section. +In Studio Pro 10.18 and above, you can manually convert branches to MPRv2. In Studio Pro 11.0 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](/refguide/clone-type/).