Team Foundation Server에 연결된 Visual Studio 2010을 사용하고 있습니다.VS2010 명령 프롬프트에서 "tf.exe shelveset <shelvesetname><username>"과 같은 작업을 수행하려면 어떻게해야합니까?
변경 세트에 대한 다음 명령이 작동 :
tf changeset 12345
선반 세트와 함께 작동에 해당하는 명령은 무엇입니까?
Team Foundation Server에 연결된 Visual Studio 2010을 사용하고 있습니다.VS2010 명령 프롬프트에서 "tf.exe shelveset <shelvesetname><username>"과 같은 작업을 수행하려면 어떻게해야합니까?
변경 세트에 대한 다음 명령이 작동 :
tf changeset 12345
선반 세트와 함께 작동에 해당하는 명령은 무엇입니까?
당신은 TFS Command Line Utilities에 대해 이야기하고 있으며 변경 세트 대신 세트를 선반에 가져 가고 싶습니까?
글쎄, shelve
과 shelvesets
명령이 있습니다.
shelve
can be found here 및
tf shelve [/replace] [/comment:("comment"|@commentfile)] [shelvesetname] [/validate][/noprompt] [/login:username,[password]]
및 shelvesets 지금처럼 함께 일 할 수 있습니다
tf shelvesets [/owner:ownername] [/format:(brief|detailed)] [/collection:TeamProjectCollectionUrl]] [/login:username,[password]] shelvesetname