From 3f8f38134bc1de97587d962bff3731677f4899ac Mon Sep 17 00:00:00 2001 From: tknippenberg Date: Mon, 27 Jan 2025 11:30:06 +0100 Subject: [PATCH 1/3] Added explanation how to use SVN backup --- .../general/team-server/migrate-to-git.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/content/en/docs/developerportal/general/team-server/migrate-to-git.md b/content/en/docs/developerportal/general/team-server/migrate-to-git.md index f17110be8ba..a6a0ac3f5b6 100644 --- a/content/en/docs/developerportal/general/team-server/migrate-to-git.md +++ b/content/en/docs/developerportal/general/team-server/migrate-to-git.md @@ -90,6 +90,27 @@ All work not merged to the main branch will not be migrated to your Git reposito {{% /alert %}} +#### Using the SVN backup + +All Scrum Masters will receive an email with a link to download the SVN backup. This will allow you to download a `[repository-id].dump` file to your local device, which you can use to restore the repository locally. + +To set up your local SVN repository, follow these steps: + +1. **Download and Install VisualSVN Server:** + - Visit the [VisualSVN Server download page](https://www.visualsvn.com/server/download/) and install the software. + +2. **Import the Repository:** + - Open VisualSVN Server and import the existing repository from the `.dump` file. This will create a locally hosted SVN repository. + +3. **Access the Repository:** + - Use [TortoiseSVN](https://tortoisesvn.net/) to check out the repository. This will allow you to inspect the `.mpr` file or any other files within the repository. + +{{% alert color="info" %}} + +To inspect files from a historical revision, use **TortoiseSVN** and select **Update to revision** to check out a specific revision. + +{{% /alert %}} + ### Migrating With History {#with-history} During migration with history, all app history, including revisions for all branches, is copied from SVN to Git. From bd63a68186a12fe790fb87292306f9d338a3327c Mon Sep 17 00:00:00 2001 From: tknippenberg Date: Mon, 27 Jan 2025 11:45:37 +0100 Subject: [PATCH 2/3] Simplified documentation --- .../developerportal/general/team-server/migrate-to-git.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/content/en/docs/developerportal/general/team-server/migrate-to-git.md b/content/en/docs/developerportal/general/team-server/migrate-to-git.md index a6a0ac3f5b6..5ebe534e231 100644 --- a/content/en/docs/developerportal/general/team-server/migrate-to-git.md +++ b/content/en/docs/developerportal/general/team-server/migrate-to-git.md @@ -97,12 +97,9 @@ All Scrum Masters will receive an email with a link to download the SVN backup. To set up your local SVN repository, follow these steps: 1. **Download and Install VisualSVN Server:** - - Visit the [VisualSVN Server download page](https://www.visualsvn.com/server/download/) and install the software. + - Use [VisualSVN Server](https://www.visualsvn.com/server/download/) and import the existing repository from the `.dump` file. This will create a locally hosted SVN repository. -2. **Import the Repository:** - - Open VisualSVN Server and import the existing repository from the `.dump` file. This will create a locally hosted SVN repository. - -3. **Access the Repository:** +2. **Access the Repository:** - Use [TortoiseSVN](https://tortoisesvn.net/) to check out the repository. This will allow you to inspect the `.mpr` file or any other files within the repository. {{% alert color="info" %}} From 0c3e2c267ac5a84ec06c73ee9a5f162dc3643990 Mon Sep 17 00:00:00 2001 From: Maria Shaposhnikova <38249778+MariaShaposhnikova@users.noreply.github.com> Date: Fri, 31 Jan 2025 10:33:34 +0100 Subject: [PATCH 3/3] Review --- .../general/team-server/migrate-to-git.md | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/content/en/docs/developerportal/general/team-server/migrate-to-git.md b/content/en/docs/developerportal/general/team-server/migrate-to-git.md index 5ebe534e231..dc76f3fd545 100644 --- a/content/en/docs/developerportal/general/team-server/migrate-to-git.md +++ b/content/en/docs/developerportal/general/team-server/migrate-to-git.md @@ -90,23 +90,17 @@ All work not merged to the main branch will not be migrated to your Git reposito {{% /alert %}} -#### Using the SVN backup +#### Using an SVN Backup -All Scrum Masters will receive an email with a link to download the SVN backup. This will allow you to download a `[repository-id].dump` file to your local device, which you can use to restore the repository locally. +All Scrum Masters receive an email with a link to download an SVN backup. This allows you to download a *[repository-id].dump* file to your local device and you can use this file to restore the repository locally. To set up your local SVN repository, follow these steps: -1. **Download and Install VisualSVN Server:** - - Use [VisualSVN Server](https://www.visualsvn.com/server/download/) and import the existing repository from the `.dump` file. This will create a locally hosted SVN repository. +1. Download and Install VisualSVN Server – Use [VisualSVN Server](https://www.visualsvn.com/server/download/) and import the existing repository from the *.dump* file. This will create a locally hosted SVN repository. -2. **Access the Repository:** - - Use [TortoiseSVN](https://tortoisesvn.net/) to check out the repository. This will allow you to inspect the `.mpr` file or any other files within the repository. +2. Access the Repository – Use [TortoiseSVN](https://tortoisesvn.net/) to check the repository. This will allow you to inspect the *.mpr* file or any other files within the repository. -{{% alert color="info" %}} - -To inspect files from a historical revision, use **TortoiseSVN** and select **Update to revision** to check out a specific revision. - -{{% /alert %}} + {{% alert color="info" %}}To inspect files from a historical revision, use **TortoiseSVN** and select **Update to revision** to check a specific revision.{{% /alert %}} ### Migrating With History {#with-history}