Groups | Blog | Home
all groups > visual studio .net enterprise tools > june 2006 >

visual studio .net enterprise tools : How do I find a file in TFS Source Control


jbijleveld NO[at]SPAM gmail.com
6/14/2006 12:59:47 PM
Hi,

This should be a fairly easy question but I still haven't found an
answer: Can anyone please tell me how to search for a file within TFS
Source Control?

Previously we were using VSS, which had a very simple Find option and
also allowed to search for a file, also by its status. I would like to
be able to do so with TFS as well, preferably within multiple projects
at once.

TIA,
Jeroen
Luis Fraile
6/20/2006 9:02:02 AM
You have to do it in a command line, it's not supported in the GUI, you have
to open a Visual Studio 2005 command prompt and use this command:

tf dir $/*file.cs /recursive /server:http://TFSServer:8080

Also checcout this documentation about this command line:
http://msdn2.microsoft.com/en-us/library/cc31bk2e(VS.80).aspx
--
Luis Fraile
MCSD.NET


[quoted text, click to view]
jbijleveld NO[at]SPAM gmail.com
7/4/2006 2:44:29 PM
Thanks Luis!

I didn't find that in the documentation yet.

Jeroen

Luis Fraile schreef:

[quoted text, click to view]
AddThis Social Bookmark Button