How can I tell what will be updated if I use "Get Latest Version"?

Gary McGill

I have a Visual Studio solution and am using TFS for version control.

When I've made a bunch of changes to my working copy of the solution, the Team Explorer window will show me all the files that I've changed, and allow me to compare my version with either the workspace (original) version, or the latest version in TFS.

However, before I check in my changes, I first want to integrate any changes that have been made (by other people) to the latest TFS version since I got the source from TFS.

I could do a Get Latest Version and hope for the best. However, I would generally prefer to know what will be changed, and have the opportunity to look in detail at those changes, before overwriting my local files.

Is there a way to either compare my workspace (original) version against the latest version in TFS, or to see what the effects of a "Get" will be before I actually execute it?

To be useful, this would have to be a at a solution level - I would not want to have to go through each individual file.

jessehouwing

Use Compare... and select Latest Version. That's best executed from the commandline or the Source Control Explorer.

If you compare "Latest Version" (remote) with "Workspace version" (local), then it'll tell you what has changes on the server since the last get-latest.

If you compare "Latest version (remote) with "Latest version" (local), then it'll tell you what has changed both locally and remotely.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Java

How can I get latest version of nano (4.5) on CentOS 7?

From Dev

How do I get the latest version of winetricks on Ubuntu?

From Dev

How do I get the latest version of winetricks on Ubuntu?

From Dev

How can i tell windows what GPU to use

From Dev

What do I put in my HTML to ensure users get latest version of my page, not old version?

From Dev

How do I get the latest version of AUDACITY to convert from WAV to MP3?

From Dev

How do I tell readline to use an updated .inputrc?

From Dev

How can I tell what partition is Ubuntu

From Dev

How can I tell when a mySQLi table was last updated?

From Dev

How can I tell when the last time Chrome updated?

From Dev

How can I tell when Chrome extensions are updated?

From Dev

How can I tell when a mySQLi table was last updated?

From Dev

How can I tell Swift to use "no" NSStringDrawingOptions

From Dev

How can I tell what workspace I am in with Unity?

From Dev

How can I tell what version of Java I have installed?

From Dev

How can I tell what version of Linux I'm using?

From Dev

How can I tell what version of Java I have installed?

From Dev

How can I tell what workspace I am in with Unity?

From Dev

How can I tell what I am iterating over in jQuery?

From Dev

How can I tell what version of apache I'm running?

From Dev

How can I tell what phase a plugin will run in?

From Dev

How can I tell the dartanalyzer what kind of Element the selected object is?

From Dev

How can I tell what version of mysqli is installed?

From Dev

How can I tell what server an old version of Redmine is running on?

From Dev

How can I tell what the class of an instance variable is in Swift

From Dev

How can I make rpm tell what libraries are provided inside it?

From Dev

How can I 'tell' each CPU core what to do in MATLAB?

From Dev

How can I tell what the date_diff duration is?

From Dev

How can I tell what RAM will fit my computer?

Related Related

  1. 1

    How can I get latest version of nano (4.5) on CentOS 7?

  2. 2

    How do I get the latest version of winetricks on Ubuntu?

  3. 3

    How do I get the latest version of winetricks on Ubuntu?

  4. 4

    How can i tell windows what GPU to use

  5. 5

    What do I put in my HTML to ensure users get latest version of my page, not old version?

  6. 6

    How do I get the latest version of AUDACITY to convert from WAV to MP3?

  7. 7

    How do I tell readline to use an updated .inputrc?

  8. 8

    How can I tell what partition is Ubuntu

  9. 9

    How can I tell when a mySQLi table was last updated?

  10. 10

    How can I tell when the last time Chrome updated?

  11. 11

    How can I tell when Chrome extensions are updated?

  12. 12

    How can I tell when a mySQLi table was last updated?

  13. 13

    How can I tell Swift to use "no" NSStringDrawingOptions

  14. 14

    How can I tell what workspace I am in with Unity?

  15. 15

    How can I tell what version of Java I have installed?

  16. 16

    How can I tell what version of Linux I'm using?

  17. 17

    How can I tell what version of Java I have installed?

  18. 18

    How can I tell what workspace I am in with Unity?

  19. 19

    How can I tell what I am iterating over in jQuery?

  20. 20

    How can I tell what version of apache I'm running?

  21. 21

    How can I tell what phase a plugin will run in?

  22. 22

    How can I tell the dartanalyzer what kind of Element the selected object is?

  23. 23

    How can I tell what version of mysqli is installed?

  24. 24

    How can I tell what server an old version of Redmine is running on?

  25. 25

    How can I tell what the class of an instance variable is in Swift

  26. 26

    How can I make rpm tell what libraries are provided inside it?

  27. 27

    How can I 'tell' each CPU core what to do in MATLAB?

  28. 28

    How can I tell what the date_diff duration is?

  29. 29

    How can I tell what RAM will fit my computer?

HotTag

Archive