Showing results for TFS API - Buck Hodges

Oct 26, 2005
0
0

Displaying the sizes and dates of files in the server

Buck Hodges
Buck Hodges

Have you wished that the output of the dir command from tf.exe would show you the dates and sizes of the files like cmd.exe's dir command?  Even though tf.exe won't do that in version 1, the version control API provides the call necessary.  This little app is similar to my last post on displaying labels on a file.  You can find ...

Team Foundation ServerSource ControlTFS API
Oct 25, 2005
0
0

Displaying the labels on a file, including label comments

Buck Hodges
Buck Hodges

Unfortunately, there's not a fast, efficient way to see the list of labels in the system with the full comment without also seeing a list of all of the files included in a label.  You also can't efficiently answer the question, "What labels involve foo.cs?"  While this won't be changed for v1, you can certainly do it ...

Team Foundation ServerSource ControlTFS API