문제

I have some project A which is checked in to some folder within the Team Project long time back by somebody else. I have to where it is located. do i have any command to search the file or project file within the team project. I have many team projects within the project collection.

도움이 되었습니까?

해결책

If you're searching for a file and know the name of it, you can do it from the commandline (Visual Studio Command Prompt) using tf.exe.

tf dir $/TeamProjectName/FileName.csproj /recursive /s:http://tfsserver:8080/tfs/CollectionName
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top