Ashutosh Singh
Ashutosh Singh

Reputation: 662

Need to install tf.exe client side utility (officially known as TFVC)

I want to execute source control commands from command line utility. For that, I need to install TFVC(tf.exe) 2015.

By default with VS2015 it is also installed but on my server I don't want to install VS2015 instead want to use tf.exe directly.

Any help.

Search through the internet but unable to find any direct link to download this command line client utility.

I came across this link but all the links are broken.

Question 1: can we install TFVC without Visual Studio? Question 2: if yes, then what are the stuff that need to be install to get that utility.

Upvotes: 1

Views: 1245

Answers (1)

PatrickLu-MSFT
PatrickLu-MSFT

Reputation: 51183

Which you need actually is Team Explorer.

Team Explorer is a plug-in that installs with Visual Studio or Eclipse. You could either install Visual Studio Team Explorer Everywhere (TEE) or Team Explorer for VS2017. which is backward compatibility

For the older version Team Explorer, you need to go through this link: Download older versions of Visual Studio

Upvotes: 1

Related Questions