Skip to content

Commit 0c3e2c2

Browse files
Review
1 parent bd63a68 commit 0c3e2c2

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

content/en/docs/developerportal/general/team-server/migrate-to-git.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -90,23 +90,17 @@ All work not merged to the main branch will not be migrated to your Git reposito
9090

9191
{{% /alert %}}
9292

93-
#### Using the SVN backup
93+
#### Using an SVN Backup
9494

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.
9696

9797
To set up your local SVN repository, follow these steps:
9898

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.
101100

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.
104102

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 %}}
110104

111105
### Migrating With History {#with-history}
112106

0 commit comments

Comments
 (0)