You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/developerportal/general/team-server/migrate-to-git.md
+5-11Lines changed: 5 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,23 +90,17 @@ All work not merged to the main branch will not be migrated to your Git reposito
90
90
91
91
{{% /alert %}}
92
92
93
-
#### Using the SVN backup
93
+
#### Using an SVN Backup
94
94
95
-
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.
95
+
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.
96
96
97
97
To set up your local SVN repository, follow these steps:
98
98
99
-
1.**Download and Install VisualSVN Server:**
100
-
- 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.
99
+
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.
101
100
102
-
2.**Access the Repository:**
103
-
- 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.
101
+
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.
104
102
105
-
{{% alert color="info" %}}
106
-
107
-
To inspect files from a historical revision, use **TortoiseSVN** and select **Update to revision** to check out a specific revision.
108
-
109
-
{{% /alert %}}
103
+
{{% alert color="info" %}}To inspect files from a historical revision, use **TortoiseSVN** and select **Update to revision** to check a specific revision.{{% /alert %}}
0 commit comments