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
> 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.
17
17
18
18
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.
19
19
@@ -65,7 +65,7 @@ To **setup the TEE-CLC manually**:
65
65
66
66
Once the TEE-CLC is installed, you can run the command `tf eula` to view and accept the license agreement for the client.
67
67
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.
69
69
70
70
### Using the TEE-CLC to connect to your repo
71
71
@@ -106,6 +106,10 @@ To learn more about the commands mentioned here, or others, you can use the foll
106
106
107
107
## Connect to TFVC using the Team Foundation Version Control extension
108
108
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
+
109
113
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.
110
114
111
115
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 *
120
124
121
125
Press **Install** on the next dialog to uninstall the old package and install the new one.
122
126
123
-
### Using the add-in
127
+
### Using the extension
124
128
125
129
Once the extension is installed, select the **Version Control > TFS/Azure DevOps > Open from Remote Repository** menu item.
126
130
@@ -222,7 +226,7 @@ Once your workspace is set up, it can be changed or removed by clicking the **Ma
0 commit comments