답변:
명령 줄에서 tf.exe를 사용합니다.
다음 예제에서는 일반적으로 다음과 같은 %PathToIde%
경로에 있습니다. %ProgramFiles%\Microsoft Visual Studio 9.0\Common7\IDE
또는 Windows x64 : %ProgramFiles(x86)%\Microsoft Visual Studio 10.0\Common7\IDE
(Visual Studio 버전 및 설치 설정에 따라 다름).
get의 예 :
cd C:\TFS\Arquitectura
"%PathToIde%\TF.exe" get $/Arquitectura/Main /recursive
결제 예 :
cd C:\TFS\Arquitectura
"%PathToIde%\TF.exe" checkout $/Arquitectura/Main /recursive
체크인 예 :
cd C:\TFS\Arquitectura
"%PathToIde%\TF.exe" checkin $/Arquitectura/Main /recursive
tf 명령 줄 에 대한 자세한 내용은을 참조하십시오 .
VS2017 용 업데이트
C : \ Program Files (x86) \ Microsoft Visual Studio \ 2017 \ Enterprise \ Common7 \ IDE \ CommonExtensions \ Microsoft \ TeamFoundation \ Team Explorer \ tf.exe '