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: mac/tf-version-control.md
+26-23Lines changed: 26 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Follow the prompts to install the extension. Once it's installed, restart the ID
34
34
35
35
Updates to the TFVC extension are made periodically. To access updates, choose **Visual Studio > Extensions...** from the menu and select the **Updates** tab. Select the extension in the list and press the **Update** button:
Press **Install** on the next dialog to uninstall the old package and install the new one.
40
40
@@ -46,25 +46,25 @@ Once the extension is installed, select the **Version Control > TFS/VSTS > Open
46
46
47
47
Choose either Visual Studio Team Services or Team Foundation Server to get started and press **Connect**:
48
48
49
-

49
+

50
50
51
51
### VSTS Authentication
52
52
53
53
When you select a project that is hosted on VSTS, you're prompted to enter your Microsoft account details:
54
54
55
-

55
+

56
56
57
57
### TFS Authentication
58
58
59
59
To connect to TFS, enter the server details and your account credentials. Enter a domain to use NTLM authentication, otherwise leave blank to use basic authentication. Select **Add Server**:
60
60
61
-

61
+

62
62
63
63
## Selecting a project
64
64
65
65
Once you've successfully authenticated, you can see a list of repositories that are associated with the account in the **Open from Source Control** dialog:
66
66
67
-

67
+

68
68
69
69
This dialog is organized with the following nodes:
70
70
@@ -77,34 +77,29 @@ At this point, you can search and filter by the name of a project or account.
77
77
78
78
To add a new server to the list, press the **+** button on the **Open from Source Control** dialog:
79
79
80
-

80
+

81
81
82
82
Select the provider from the list, and enter your credentials:
83
83
84
-

85
-
86
-
<!--Once you've successfully logged in, select the projects that you want to access and press **OK**:

90
85
91
86
## Creating a new workspace
92
87
93
88
To start working with a project, you need to have a _workspace_. If you don't already have a workspace, you can create one from the **Workspace** combobox in the **Open from Source Control** dialog:

100
95
101
96
## Using the Source Code Explorer
102
97
103
98
Once you've created a workspace and mapped your project, you can start working with the _Source Code Explorer_.
104
99
105
100
To open the Source Code Explorer, select the **Version Control > TFS/VSTS > Source Control Explorer**:
106
101
107
-

102
+

108
103
109
104
The Source Code Explorer enables you to navigate through all the mapped projects, their files, and folders. It also allows you to perform all the basic source control actions such as:
110
105
@@ -118,25 +113,30 @@ The Source Code Explorer enables you to navigate through all the mapped projects
118
113
119
114
Many of these actions are available through context actions on the project:
120
115
121
-

116
+

122
117
123
118
## Managing workspaces
124
119
125
-
If you haven't already create a workspace, as described in the [Creating a workspace]() section, you'll notice that the Source Code Explorer is empty:
120
+
If you haven't already create a workspace, as described in the [Creating a workspace](#creating-a-new-workspace) section, you'll notice that the Source Code Explorer is empty:
To set up your remote project with a local workspace, use the following steps:
130
125
131
-
1. Select the **Server** from the combobox
126
+
1. Select the **Server** from the combobox.
132
127
1. Not that there are "no workspaces" and tht the Local Path is "Not Mapped". Select the **Not Mapped** link to display the **Create new Workspace** dialog.
133
128
1. Provide a name for the workspace and then click **Add Working Folder** to map the project to a local folder on your computer:
134
-

129
+
130
+

131
+
135
132
1. Select the "$" folder to map all Team projects on your server to the same workspace, or select an individual project, and click **OK**:
136
-

133
+
134
+

135
+
137
136
1. Select the location on your local machine that you wish mp the project(s) to and click **Select Folder**.
138
137
1. Confirm the details of the new workspace by pressing **OK**
139
-

138
+
139
+

140
140
141
141
Once your workspace is set up, it can be changed or removed by clicking the **Manage Workspaces** button in the Source Code Explorer.
142
142
@@ -156,13 +156,16 @@ To use basic authentication it is necessary to enable **Alternative authenticati
156
156
157
157
1. Sign in as the account owner to your VSTS account (https://{youraccount}.visualstudio.com).
158
158
2. From your account toolbar, select the gear icon and select **Policy**:
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.
168
+
To set up Team Foundation Version Control (TFVC) on your dev machine, you **must** create a workspace, as described in the [Managing workspaces](#managing-workspaces) section.
166
169
167
170
In Source Control Explorer, press the **Manage Workspaces** Button. Follow the steps to map the team project to a folder on your dev machine.
0 commit comments