TFS get command erroneously returns "All files are up to date."

Posted by NathanE on Stack Overflow See other posts from Stack Overflow or by NathanE
Published on 2011-01-10T16:58:30Z Indexed on 2011/01/10 20:53 UTC
Read the original article Hit count: 191

Filed under:

We are just in the process of migrating our TFS repo to Mercurial as we've had enough of TFS. Unfortunately TFS has thrown us one last curve ball before it lets us go. We've wrote a script that we intend to have "get" each changeset (including timestamp, check-in comment etc) and then add them to the Mercurial repo and check it in.

Unfortunately TFS is acting very strange when we execute the tf get * /version:C111 /overwrite command. It immediately returns "All files are up to date." But this is impossible. The workspace folder is empty! And viewing the details for the 111 changeset quite clearly shows that the changeset contains "stuff" i.e. the repo is certainly not empty.

What could be causing this?

© Stack Overflow or respective owner

Related posts about tfs