我从构建服务器获得以下消息:
System.Web.Services.Protocols.SoapException: The working folder C:\TFSBuildAgent\_work\8\s is already in use by the workspace ws_8_18;Project Collection Build Service (TEAM FOUNDATION) on computer MYSERVER02.
at Microsoft.TeamFoundation.VersionControl.Server.Repository.CreateWorkspace(Workspace workspace)我已经登录到服务器MYSERVER02,并且正在尝试通过运行tf.exe工作区的一个文档命令来删除工作区ws_8_18
tf.exe工作区移除:* tf.exe工作区remove:ws_8_18 tf.exe工作区remove:ws_8_18 /collection:"http://myserver/projectcollection“
似乎都不起作用,我得到了错误信息:
无法确定源代码管理服务器。
我该如何正确地做这件事?
发布于 2016-10-07 08:41:00
正确的语法是:
tf.exe工作区/collection:"http://myserver/projectcollection“remove:ws_8_18
即确保项目集合在remove命令之前。
https://stackoverflow.com/questions/39913034
复制相似问题