Unknown Coder
Unknown Coder

Reputation: 6731

TFS client options outside of Visual Studio?

Are there any TFS client options that do not involve Visual Studio? I'm at an MS shop but we want to be able to version everything include Excel spreadsheets and Access databases (etc, etc). I am surrounded by a bunch of Excel macro jockeys and they want to version all their spreadsheets (and included macros). Can TFS handle this with a machine that won't have Visual Studio installed?

Yes, I realize that TFS may not be ideal, but it's the hand I'm dealt. So, please, no, "why not use X instead" answers.

Upvotes: 2

Views: 167

Answers (2)

Mitch Wheat
Mitch Wheat

Reputation: 300549

You can use TFS for source control with Access and Excel.

Install Team Explorer (Team Explorer is the client software that you use to access the Team Foundation Server functionality.)

Install Team Foundation Server MSSCCI Provider 2012

Then you will need to install the extensions for your Office application.

For MS Access 2010

Upvotes: 4

Beel
Beel

Reputation: 1030

Have you looked at TF? http://msdn.microsoft.com/en-us/library/gg413282(v=vs.100).aspx

TFS 2013 also has git integration (so checkin via git clients). Not sure if that would be an option for you?

Upvotes: 2

Related Questions