From 0ef54fed4ba71a67f2ccda38e98f63e306d09214 Mon Sep 17 00:00:00 2001 From: Raghuveer Singh Date: Thu, 27 Mar 2025 15:02:39 +0530 Subject: [PATCH] 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..23a99726fb1 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 10.22 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 10.22 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/).