Max Mazur
Max Mazur

Reputation: 1316

Team foundation server / Visual studio - notify if files/project has changed

Hello fellow programmers.

This might seem like an odd question and I hope you could perhaps point me in the right direction.

I'm using team foundation server, to share my projects with fellow colleagues, and sometimes as you know, people have done some coding on your project either while you have been sick, away for vacation or something similar.

Lets pretend I have amnesia and I'm to forgetfull to click "Get Latest (Recursive)" on my project to get the latest changes.

Is there a way to automatically notify me if a project or it's files has changed when I open it in Visual studio?

Or could I perhaps code a tool/plugin which could notify me, and if so how would I get started?

Upvotes: 2

Views: 78

Answers (1)

Angshuman
Angshuman

Reputation: 707

There's an option in VS 2010 (and 2013) that may be what you're looking for:

Tools > Options > Source Control > Environment

Select "Get everything when a solution or project is opened"

enter image description here

Referred Here.

Upvotes: 3

Related Questions