Skip to content

Commit 8d350ce

Browse files
committed
Updated content based on feedback.
1 parent b036cdb commit 8d350ce

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

mac/tf-version-control.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.assetid: 52D3D26A-4D01-4FD1-AAA1-AE7D7BD39746
1313

1414
> [!NOTE]
1515
> For the best version control experience on macOS, we recommend using Git instead of Team Foundation Version Control (TFVC).
16-
Git is supported in Visual Studio for Mac and is the default option for repositories hosted in Team Foundation Server (TFS)/Azure DevOps. To learn more about using Git with TFS/Azure DevOps, see the [Setting up a Git Repository](./set-up-git-repository) article.
16+
Git is supported in Visual Studio for Mac and is the default option for repositories hosted in Team Foundation Server (TFS)/Azure DevOps. To learn more about using Git with TFS/Azure DevOps, see the [Setting up a Git Repository](set-up-git-repository) article.
1717

1818
Azure Repos provides two models of version control: Git, which is distributed version control, and Team Foundation Version Control (TFVC), which is centralized version control.
1919

@@ -65,7 +65,7 @@ To **setup the TEE-CLC manually**:
6565

6666
Once the TEE-CLC is installed, you can run the command `tf eula` to view and accept the license agreement for the client.
6767

68-
Finally, to authenticate with your TFS/Azure DevOps environment, you'll need to create a personal access token on the server. Learn more about [authenticating with personal access tokens](https://docs.microsoft.com/en-us/azure/devops/integrate/get-started/authentication/pats?view=azure-devops). When creating a personal access token to use with TFVC, be sure to provide Full Access when configuring the token.
68+
Finally, to authenticate with your TFS/Azure DevOps environment, you'll need to create a personal access token on the server. Learn more about [authenticating with personal access tokens](https://docs.microsoft.com/azure/devops/integrate/get-started/authentication/pats?view=azure-devops). When creating a personal access token to use with TFVC, be sure to provide Full Access when configuring the token.
6969

7070
### Using the TEE-CLC to connect to your repo
7171

@@ -106,6 +106,10 @@ To learn more about the commands mentioned here, or others, you can use the foll
106106

107107
## Connect to TFVC using the Team Foundation Version Control extension
108108

109+
> [!NOTE]
110+
> For the best version control experience on macOS, we recommend using Git instead of Team Foundation Version Control (TFVC).
111+
Git is supported in Visual Studio for Mac and is the default option for repositories hosted in Team Foundation Server (TFS)/Azure DevOps. To learn more about using Git with TFS/Azure DevOps, see the [Setting up a Git Repository](set-up-git-repository) article.
112+
109113
In the Visual Studio for Mac Extension gallery, there is a Team Foundation Version control extension that offers limited support to connect to TFVC. The extension is not supported and has several known issues, so your experience may vary when using it.
110114

111115
To install the extension, launch Visual Studio for Mac and choose the **Visual Studio > Extensions** menu. In the **Gallery** tab, select **Version Control > Team Foundation Version Control for TFS and Azure DevOps** and click **Install...**:
@@ -120,7 +124,7 @@ Updates to the TFVC extension are made periodically. To access updates, choose *
120124

121125
Press **Install** on the next dialog to uninstall the old package and install the new one.
122126

123-
### Using the add-in
127+
### Using the extension
124128

125129
Once the extension is installed, select the **Version Control > TFS/Azure DevOps > Open from Remote Repository** menu item.
126130

@@ -222,7 +226,7 @@ Once your workspace is set up, it can be changed or removed by clicking the **Ma
222226

223227
![Manage Workspaces](media/tfvc-workspace4.png)
224228

225-
### Troubleshooting
229+
## Troubleshooting and Known Issues
226230

227231
#### Problems using basic authentication
228232

0 commit comments

Comments
 (0)