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
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Updates to the TFVC extension are made periodically. To access updates, choose *
38
38
39
39
Press **Install** on the next dialog to uninstall the old package and install the new one.
40
40
41
-
For information on what's new in each release, refer to the [Release Notes]().
41
+
For information on what's new in each release, see the [Release Notes](https://docs.microsoft.com/visualstudio/releasenotes/vs2017-mac-preview-relnotes#team-foundation-version-control-extension--release-notes).
42
42
43
43
## Using the add-in
44
44
@@ -50,15 +50,15 @@ Choose either Visual Studio Team Services or Team Foundation Server to get start
50
50
51
51
### VSTS Authentication
52
52
53
-
When you select to access a project that is hosted on VSTS, you'll be promoted to enter your Microsoft account details:
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
-
### TFS Log in
57
+
### TFS Authentication
58
58
59
-
To connect to TFS, enter your the server and account credentials. Enter a domain to use NTLM authentication, otherwise leave blank to use basic authentication. Select **Add Server**:
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
@@ -71,13 +71,13 @@ This dialog is organized with the following nodes:
71
71
- VSTS account or Collection – This displays all accounts connected to the Microsoft account that you logged in with
72
72
- Team Projects – Within each VSTS you can have a number of team projects. A team project is where source code, work items, and automated builds are hosted.
73
73
74
-
At this point you can search and filter by the name of a project or account.
74
+
At this point, you can search and filter by the name of a project or account.
75
75
76
76
### Adding a new server
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
@@ -100,7 +100,7 @@ Set the name and local path for your new workspace and select **Create Workspace
100
100
101
101
## Using the Source Code Explorer
102
102
103
-
Once you have created a workspace and mapped your project you can start working with the _Source Code Explorer_.
103
+
Once you've created a workspace and mapped your project, you can start working with the _Source Code Explorer_.
104
104
105
105
To open the Source Code Explorer, select the **Version Control > TFS/VSTS > Source Control Explorer**:
106
106
@@ -122,7 +122,7 @@ Many of these actions are available through context actions on the project:
122
122
123
123
## Managing workspaces
124
124
125
-
If you did not already create a workspace as described in the [Creating a workspace]() section, you'll noticed that the Source Code Explorer is empty:
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:
126
126
127
127

128
128
@@ -138,21 +138,21 @@ To set up your remote project with a local workspace, use the following steps:
138
138
1. Confirm the details of the new workspace by pressing **OK**
139
139

140
140
141
-
Once your workspace is setup, it can be changed or removed by clicking the **Manage Workspaces** button in the Source Code Explorer.
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
143
143

144
144
145
145
## Troubleshooting
146
146
147
147
### Problems using basic authentication
148
148
149
-
There are a number of different options available to perform authentication with a server:
149
+
The following options can be used to authenticate with a server:
150
150
151
151
- Oauth
152
152
- Basic
153
153
- Ntlm
154
154
155
-
To be able to use basic authentication it is necessary to Enable**Alternative authentication credentials** in VSTS, by following the steps below:
155
+
To use basic authentication it is necessary to enable**Alternative authentication credentials** in VSTS, by following the steps below:
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**:
0 commit comments