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
Visual Studio Team Services (VSTS) and Team Foundation Server (TFS) provide two models of version control: Git, which is distributed version control, and Team Foundation Version Control (TFVC), which is centralized version control. This article provides an overview and a starting point for using Team Foundation Version Control with Visual Studio for Mac.
15
-
16
14
> [!NOTE]
17
-
> **Note**: Team Foundation Version Control support is currently in preview and some functionality is not yet fully working. More changes still to come!
15
+
> **Note**: Team Foundation Version Control support is currently in preview and some functionality is not yet fully working. We'd love feedback from you on any issues at [Developer Community](https://developercommunity.visualstudio.com/spaces/41/index.html). More changes are still to come!
16
+
17
+
Visual Studio Team Services (VSTS) and Team Foundation Server (TFS) provide two models of version control: Git, which is distributed version control, and Team Foundation Version Control (TFVC), which is centralized version control. This article provides an overview and a starting point for using Team Foundation Version Control with Visual Studio for Mac.
18
18
19
19
## Requirements
20
20
21
21
* Visual Studio for Mac version 7.5 or later.
22
-
* Visual Studio Team Servers, or Team Foundation Server 2013 and later
22
+
* Visual Studio Team Services, or Team Foundation Server 2013 and later
23
23
* A Project in Visual Studio Team Services or Team Foundation Server, configured to use Team Foundation Version Control.
24
24
25
25
## Installation
26
26
27
-
From within Visual Studio for Mac, choose the **Visual Studio > Extensions...** menu. Search for "TF version control" and install the **Team Foundation Version Control** extension. Restart the IDE when prompted.
27
+
In Visual Studio for Mac, choose **Visual Studio > Extensions...** from the menu. In the **Gallery** tab, select **Version Control > Team Foundation Version Control for TFS and VSTS** and click **Install…**:
28
+
29
+

30
+
31
+
Follow the prompts to install the extension. Once it's installed, restart the IDE.
28
32
29
33
## Using the add-in
30
34
31
-
Once the extension is installed, select the **Version Control > TFS/VSTS > Connect to Team Foundation Version Control...** menu.
35
+
Once the extension is installed, select the **Version Control > TFS/VSTS > Connect to Team Foundation Version Control...** menu item. Click **Add** to add a new account:
32
36
33
37

34
38
35
-
36
39
Choose either Visual Studio Team Services or Team Foundation Server to get started:
37
40
38
41

39
42
40
-
Enter you credentials:
43
+
Enter your credentials and click **Log in**:
41
44
42
45

43
46
44
-
Then, choose the projects that you want to access:
47
+
Once you've successfully logged in, select the projects that you want to access and press **OK**:
To continue, close the dialogs and then use the **Version Control > TFS/VSTS > Source Control Explorer** menu to browse source.
51
+
Select the **Version Control > TFS/VSTS > Source Control Explorer** menu item to open the source control explorer allowing you to browse the source.
49
52
50
-
> [!WARNING]
51
-
> **Known issue**: In this preview release, the first time you open source control explorer, you'll have to create a new workspace.
53
+
> [!IMPORTANT]
54
+
> **Known issue**: In this preview release, the first time you open source control explorer, you'll have to [create a new workspace](#creating-a-new-workspace).
To set up Team Foundation Version Control (TFVC) on your dev machine, you **must** create a workspace, as described in the [Creating a new workspace](#creating-a-new-workspace) section.
108
+
109
+
In Source Control Explorer, press the **Manage Workspaces** Button. Follow the steps to map the team project to a folder on your dev machine.
110
+
111
+
### I do not see any / all of my projects
112
+
113
+
After authenticating you should see the list of projects. By default, only TFS projects to are shown. To see other types of projects, check the "See all projects" box.
114
+
115
+
Keep in mind that projects that are on the server will not appear if you don't have the correct privileges.
0 commit comments