何时删除 TFS 2010 自动创建的工作区
近一年来,我们在构建机器上运行 CI 构建。 TFS 为每个构建创建一个新的工作区(ws),同时我们有很多 ws'。
所以我的问题(不过,我没有在文档中找到提示):
- 我们应该手动删除这些“陈旧”ws'吗?
- 或者 TFS 中是否有任何自动化功能,以便它可以在某个时候处理或重用这些 ws'? - 也许可以配置?
提前致谢。
Since almost one year we are running CI builds on our build machine. And the TFS creates a new workspace (ws) for each build, meanwhile we have many ws'.
So my questions (I didn't find a hint in the docs, though):
- Should we remove these "stale" ws' manually?
- Or is there any automatism in the TFS, so that it can handle or reuse these ws' somewhen? - Maybe configurable?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这些工作空间似乎毫无价值,我不知道如何利用它们。
使用 TF-Sidekicks(“工作区”-sidekick)&在搜索条件中输入构建服务器的名称,可以获得所有这些现在无用的工作空间的列表。
我们每隔一到两周执行一次此操作,通常作为迭代结束清理的一部分。
我怀疑实现一个控制台应用程序应该不难,我只是还没有抽出时间来调查它。如果你愿意的话我可以支持。
These workspaces seem worthless, I wouldn't know how to make any use for them.
Using TF-Sidekicks (the "Workspace"-sidekick) & entering in the search criteria the name of the build-server it is possible to get a list of all those, now useless, workspaces.
We do this every one to two weeks, usually as part of the end-of-iteration cleanup.
I suspect that it shouldn't be hard to implement a console-app do this, I just haven't gotten round to investigate it. I could support in that, if you like.