TF.exe에는 get 명령이 있습니다. 다음은 이제 특정 버전을 언급하지 않는 TF.exe get -?
TF - Team Foundation Version Control Tool, Version 10.0.30319.1
Copyright (c) Microsoft Corporation. All rights reserved.
Retrieves a read-only copy of a file from Team Foundation Server to the local
workspace and creates folders on disk to contain it.
tf get itemspec [/version:versionspec] [/all] [/overwrite] [/force] [/preview]
[/recursive] [/remap] [/noprompt] [/login:username,[password]]
Versionspec:
Date/Time D"any .Net Framework-supported format"
or any of the date formats of the local machine
Changeset number Cnnnnnn
Label Llabelname
Latest version T
Workspace Wworkspacename;workspaceowner
의 출력,하지만 난 처음 출시 된 이후 TF.exe되었습니다 확신합니다.
해결책 디렉토리의 최신 버전을 다운로드하려면 명령 행에 매핑 된 디렉토리로 이동하고 실행합니다
tf.exe get * -recursive
감사합니다! 나는 부주의 하''tf | more' – abatishchev