Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TFS source control without Visual Studio?

Is it possible to use TFS source control without Visual Studio? I have to put some files in some source control, those files are stored in a folder in some server, that is something developed in Oracle forms. I just need to add those files in some source control and I'd like to use TFS for that. Any tips or tools could we use for this?

like image 207
Fabito Avatar asked Jul 06 '11 11:07

Fabito


People also ask

How do I get source control explorer in TFS?

You can open the Source Control Explorer window: From the Team Explorer home page (Keyboard: Ctrl + 0, H), choose Source Control Explorer. From the menu bar. Select View, Other Windows, Source Control Explorer.

Is TFS part of Visual Studio?

On September 10, 2018, Microsoft renamed Visual Studio Team Services (VSTS) to Azure DevOps Services. With Azure DevOps Server 2019, Microsoft is renaming Visual Studio Team Foundation Server to Azure DevOps Server.


2 Answers

TFS is likely to be overkill for a few files in a single folder, but if the TFS infrastructure is already in place then it will work.

You will need Team Explorer (or, on non-Windows) Team Explorer Everywhere installed to give you the client tools. But you can perform all source code operations with the tf.exe command line (or equivalent from Team Explorer Everywhere).

like image 144
Richard Avatar answered Oct 17 '22 13:10

Richard


Team Foundation Server Power Tools has Windows Shell Extensions that provides integration with Windows Explorer and the common file dialogs. With this integration, you can perform many source control operations without having to run Visual Studio or a Team Foundation command-line tool.

like image 23
Vlad Bezden Avatar answered Oct 17 '22 14:10

Vlad Bezden