我可以在没有 Visual Studio 的情况下访问 Team Foundation Server 2010 吗?
- 我是否需要安装 VS 才能连接到 TFS?
- 如果我只下载 Team Explorer 而无需 VS,我会吗获取一些 UI(类似于我在 VS 中获取的 UI)来连接到 TFS?
- Do I need VS installed in order to connect to TFS?
- If I'll download ONLY Team Explorer without VS, will I get some UI (similar the one I get in VS) to connect to TFS?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
团队资源管理器安装 Visual Studio shell,因此您可以获得与安装 VS 相同的 GUI。此外,您还可以获得 tf.exe,它允许您从命令行执行所有源代码控制功能。
Team explorer installs a Visual Studio shell, so you get the same GUI as if you had VS installed. In addition you get tf.exe which allows you to do all source control functions from the command line.
不,您不需要 VS 来连接到 TFS。 TFS 还提供基于 Web 的界面来管理 TFS。
安装 Team Explorer 后,您可以访问 TF.EXE 命令行工具,但还值得查看 tftp.exe 命令行工具的 TFS Power Toys 和 PowerShell Snapin 以获取更多命令行操作。
No, you do not need VS to connect to TFS. TFS also provides web based interface to manage TFS.
Once Team Explorer is installed, you get access to the TF.EXE command line tool, but also worth looking at the TFS Power Toys for the tftp.exe command line tool and the PowerShell Snapin for more command line operation.