Skip to content

Commit 364faeb

Browse files
committed
Updated images and menu names
1 parent 6b7b71f commit 364faeb

8 files changed

+9
-9
lines changed

mac/media/tfvc-add-remove-server.png

76 KB
Loading

mac/media/tfvc-choose-projects.png

91.4 KB
Loading

mac/media/tfvc-choose-server-type.png

137 KB
Loading

mac/media/tfvc-create-workspace.png

123 KB
Loading

mac/media/tfvc-login.png

73.4 KB
Loading

mac/media/tfvc-manage-workspaces.png

100 KB
Loading

mac/media/tfvc-source-explorer.png

133 KB
Loading

mac/tf-version-control.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,28 +28,28 @@ From within Visual Studio for Mac, choose the **Visual Studio > Extensions...**
2828

2929
## Using the add-in
3030

31-
Once the extension is installed, select the **Version Control > Team Foundation Version Control > Connect to Team Foundation Version Control...** menu.
31+
Once the extension is installed, select the **Version Control > TFS/VSTS > Connect to Team Foundation Version Control...** menu.
3232

33-
<img src="images/add-remove-server.png" alt="Connect with a TFS Server" Width="600" />
33+
<img src="media/tfvc-add-remove-server.png" alt="Add a TFVC Server" Width="600" />
3434

3535
Choose either Visual Studio Team Services or Team Foundation Server to get started:
3636

37-
<img src="images/choose-server-type.png" alt="Connect with a TFS Server" Width="600" />
37+
<img src="media/tfvc-choose-server-type.png" alt="Connect with a TFVC Server" Width="600" />
3838

3939
Enter you credentials:
4040

41-
<img src="images/login.png" alt="Connect with a TFS Server" Width="600" />
41+
<img src="media/tfvc-login.png" alt="Login to a TFVC Server" Width="600" />
4242

4343
Then, choose the projects that you want to access:
4444

45-
<img src="images/choose-projects.png" alt="Choose projects" Width="500" />
45+
<img src="media/tfvc-choose-projects.png" alt="Choose projects" Width="500" />
4646

47-
To continue, close the dialogs and then use the **Version Control > Team Foundation Version Control > Source Control Explorer** menu to browse source.
47+
To continue, close the dialogs and then use the **Version Control > TFS/VSTS > Source Control Explorer** menu to browse source.
4848

4949
> [!WARNING]
5050
> **Known issue**: In this preview release, the first time you open source controle explorer, you'll have to create a new workspace.
5151
52-
<img src="images/sourceexplorer.png" alt="Source Explorer" Width="800" />
52+
<img src="media/tfvc-source-explorer.png" alt="Source Explorer" Width="800" />
5353

5454
From the Source Code Explorer, you can browse your source code on the server and perform a variety of actions :
5555
- Manage Workspaces (Create, edit or delete).
@@ -68,11 +68,11 @@ From the Source Code Explorer, you can browse your source code on the server and
6868
## Creating a new workspace
6969
In the Source Control Explorer, click on the **Manage Workspaces** button.
7070

71-
<img src="images/manage-workspaces.png" alt="Manage Workspaces" Width="600" />
71+
<img src="media/tfvc-manage-workspaces.png" alt="Manage Workspaces" Width="600" />
7272

7373
Click on **Add** to create a new workspace.
7474

75-
<img src="images/create-workspace.png" alt="Create Workspace" Width="400" />
75+
<img src="media/tfvc-create-workspace.png" alt="Create Workspace" Width="400" />
7676

7777
Provide a name for the workspace and then click **Add Working Folder** to map the project to a local folder on your computer.
7878

0 commit comments

Comments
 (0)