Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS2012: How do I browse the TFS repository?

How do I browse the TFS repository in VS2012?

I've been through all the Team Explorer window options and can't find the one that open the window to browse all the folders/projects in the TFS repository.

like image 868
PeterX Avatar asked Feb 18 '23 22:02

PeterX


2 Answers

(1) To browse the version control folders, select Menu View, Other Windows and then Source Control Explorer.

(2) To browse all team projects and teams within the connected Team Project Collection, select Projects and My Teams in Team Explorer.

(3) To include deleted folders and files for version control using Source Control Explorer, select Tools, Source Control, and ensure the Show deleted items in Source Control Explorer checkbox is selected under the Visual Studio Team Foundation Server node.

like image 172
Willy-Peter Schaub Avatar answered Feb 20 '23 13:02

Willy-Peter Schaub


From the Team Explorer, select the "Home" button in the toolbar (or choose "Home" from the context menu), then choose "Source Control Explorer".

like image 29
PeterX Avatar answered Feb 20 '23 13:02

PeterX