Search code examples
tfsmercurialtf-cli

TFS: How do I get a list of managed files in my enlistment?


In tfs, how do I get a list of files in my working directory that are being managed by tfs? I don't care if I've checked them out or not (if I did, tf status would be the obvious choice). I just care whether or not tfs is tracking changes for them or not.

I want to use this like I use hg locate for Mercurial. I want to search through all the files that are not temporary files or build products of some kind, things that are part of the base source code, for something that shows up in the build products, but I don't know where it comes from.


Solution

  • Try to use LocalVersions command. (The newly be added file won’t be list)