Show all files in a project which are out of date

Is there a way to show all the files that are not the latest version in a workspace i.e Out of Date

Thanks

Richard



Answer this question

Show all files in a project which are out of date

  • Plenty

    Entering the project didn't seem to work, but if I omit that I get what I was looking for, a list of out of date and missing files.

    Many thanks

    Richard.


  • Michael Hinkel

    tf get <project> /r /preview

  • Marc Konchar

    To clarify, <project> in the above command means either the server path ($/teamproject/foo/bar/myproject) or local path (c:\workspace\foo\bar\myproject) of the project. Omitting it will show you the out of date items throughout the current workspace.

  • Show all files in a project which are out of date