I am new to TFS integration with Visual Studio 2010, and I have a problem I would like to solve.
Practically, when I open a solution, how can I detect, looking only at the Solution Explorer which file has been changed since my last login?
I am able to discover the changed files if I look at the Latest column of Source Control Explorer but it is not so intuitive.
I attach you an image for better understanding.
alt text http://img37.imageshack.us/img37/9308/mainmicrosoftvisualstud.jpg
I would like to have a different icon, not the lock, for frmAbout.vb (in this case), associated to the item in Solution Explorer. Do you have any idea how can I achieve this behavior? Or some alternatives (plugins) for Visual Studio 2010?
EDIT: We are a small team of 3 people, and we need to be aligned on each line code changed because we are interchangeable. Therefore for us having a clear visible icon, would be helpful.
EDIT2: Bounty time finished again, without a real solution. If you know a plug-in that implements this behavior, please let me know. If I find some spare time I will try to write it.
In Source Control Explorer, select one or more items with pending changes or one or more folders that contain items with pending changes. The TFVC checked-out status icon indicates items with pending changes. Open the context menu for the selected items, and choose Check In.
Right-click on the file in the Pending Changes List, choose Undo. Save this answer.
In Source Control Explorer right click on a folder and on context menu "View History", will list all changeset's, select one and on Team Explorer show the informations about files changed.
First of all, just checking for cases where a file has been updated isn't sufficient. You also have to consider cases where files were added on the server, but you don't have those files yet... likewise in cases where a file is deleted on the server but hasn't been deleted from the local workspace.
Lucky for you, all this is built into Team Explorer in VS2010. All you have to do is:
And that's about it. Hope this helps.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With