我想从命令行从 TFS 签出代码。我已经在 Eclipse 中集成了 TFS 并使用了 java。我在 stackoverflow 中找到了很多答案,但每个人都在说 ...Common7\IDE\TF.exe,而且我在我的 Visual Studio 9.0 中也没有使用 .net,我没有找到 TF.exe。
当我们使用eclipse和java时,你能帮我找到从命令行签出代码的方法吗?我没有集成 maven 或 ant 并且不想集成它
提前致谢。
我想从命令行从 TFS 签出代码。我已经在 Eclipse 中集成了 TFS 并使用了 java。我在 stackoverflow 中找到了很多答案,但每个人都在说 ...Common7\IDE\TF.exe,而且我在我的 Visual Studio 9.0 中也没有使用 .net,我没有找到 TF.exe。
当我们使用eclipse和java时,你能帮我找到从命令行签出代码的方法吗?我没有集成 maven 或 ant 并且不想集成它
提前致谢。
Microsoft has command line tools for TFS:
http://msdn.microsoft.com/en-us/library/z51z7zy0(v=vs.100).aspx
Also there is a plugin for eclipse that gives you direct interface with TFS quite similar to how it is in Visual Studio.
http://marketplace.eclipse.org/content/tfs-plug-eclipse#.VCLNZHktCM8
You want Team Explorer Everywhere.
This includes the Eclipse plugin, but it also includes a java based command line for Windows, Mac and Linux.