Skip to content

Commit e0a8674

Browse files
committed
Adding text from readme.
1 parent f2d5b4f commit e0a8674

File tree

1 file changed

+80
-1
lines changed

1 file changed

+80
-1
lines changed

mac/tf-version-control.md

Lines changed: 80 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,83 @@ ms.technology: vs-ide-install
99
ms.assetid: 52D3D26A-4D01-4FD1-AAA1-AE7D7BD39746
1010
---
1111

12-
# TF Version Control
12+
# Visual Studio for macOS TFS Add-in
13+
14+
This article introduces the Visual Studio for Mac add-in for interacting with Microsoft Team Foundation Server and Visual Studio Team Services.
15+
16+
## Requirements
17+
18+
This add-in works on Visual Studio for Mac version 7.5 and above
19+
20+
## Installation
21+
22+
[Jordan: can you add information here?]
23+
24+
## Using the add-in
25+
26+
In Menu > Version Control section you will find the Team Foundation Server menu at the bottom. To start click on Connect to Server.
27+
28+
<img src="images/add-remove-server.png" alt="Connect with a TFS Server" Width="600" />
29+
30+
Choose between VSTS or TFVC server:
31+
32+
<img src="images/choose-server-type.png" alt="Connect with a TFS Server" Width="600" />
33+
34+
Enter you credentials:
35+
36+
<img src="images/login.png" alt="Connect with a TFS Server" Width="600" />
37+
38+
The following authentication modes are supported:
39+
- OAuth
40+
- Basic
41+
- Ntlm
42+
43+
Choose the projects thsat you want to be connected to:
44+
45+
<img src="images/choose-projects.png" alt="Choose projects" Width="500" />
46+
47+
To continue, open **Team Explorer** from **Menu > Version Control > Team Foundation Server > Team Explorer**.
48+
49+
<img src="images/teamexplorerpad.png" alt="Team Explorer" Width="300" />
50+
51+
Frome here, you can access:
52+
- SourceControlExplorer
53+
- WorkItems
54+
55+
Double click on Source Control option to open SourceControlExplorerView.
56+
57+
<img src="images/sourceexplorer.png" alt="Source Explorer" Width="800" />
58+
59+
Team Foundation Version Control (TFVC) is a centralized version control system. TFVC lets you do:
60+
- Manage Workspaces (Create, edit or delete).
61+
- Navigate between project structure.
62+
- Map projects.
63+
- Get projects.
64+
- Lock & Unlock.
65+
- Rename.
66+
- Delete.
67+
- Add new file.
68+
- CheckOut.
69+
- CheckIn.
70+
- View history changes.
71+
- Compare changes.
72+
73+
From "Manage" button we can create a manage workspaces.
74+
75+
<img src="images/manage-workspaces.png" alt="Manage Workspaces" Width="600" />
76+
77+
And create a new one:
78+
79+
<img src="images/create-workspace.png" alt="Create Workspace" Width="400" />
80+
81+
After creating a workspace, the actions are available in a contextual menu.
82+
83+
<img src="images/sourceexplorer-menu.png" alt="Create Workspace" Width="600" />
84+
85+
To work witk WorkItems, double click in WorkItems to open WorkItemsView.
86+
87+
<img src="images/workitems.png" alt="Create Workspace" Width="600" />
88+
89+
The WorkItems actions are available in a contextual menu.
90+
91+
<img src="images/workitems-menu.png" alt="Create Workspace" Width="600" />

0 commit comments

Comments
 (0)