是否可以使用某些控制台客户端获取 TFS 的最新版本?
目前,我找到了两种获取最新版本的方法 - 在 Visual Studio 中使用团队资源管理器,以及在 Windows 资源管理器中使用 TFS Power Tools Shell 扩展。
由于我们的 TFS 服务器位置与开发人员相距甚远,因此使用它的速度非常慢,并且经常挂在应用程序(VS/Explorer)上。所以我想在控制台中运行 Get 以最小化操作期间操作系统的负载。
似乎 tf.exe 和 tfpt.exe 都不包含 Get 之类的内容。
还有别的吗?
Currently I found two ways to get the latest version - in Visual Studio using Team Explorer and in Windows Explorer using TFS Power Tools Shell Extensions.
Because our TFS server is located vary far from developers working with it is very slow and very often hangs on an application (VS/Explorer). So I want to run Get in console to minimize the load on OS during the oepration.
It seems that both tf.exe and tfpt.exe doesn't contain anything like Get.
Are there anything else?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
TF.exe 确实有一个 get 命令。以下是
TF.exe get -?
的输出现在您没有提及具体版本,但我很确定自第一次发布以来它就已经在 TF.exe 中了。
要获取解决方案目录的最新版本,只需导航到命令行上的映射目录,然后执行:
TF.exe does have a get command. The following is the output of
TF.exe get -?
Now you don't mention a specific version, but I am pretty sure it has been in TF.exe since first release.
To get latest version of a solution directory, simply navigate to the mapped directory on the command line, and execute: