如何在 Visual Studio 2008 中指定特定的 TFS 文件夹

How can I specify a specific TFS folder in Visual Studio 2008

我正在尝试将 Team Foundation Server 地址添加到 Visual Studio 2008。但是,模式不允许我在端口号之后指定要使用的目录。

换句话说,我想指定 http://www.example.com:8080/tfs . However, using the following modal (pictured below), I'm only able to specify http://www.example.com/tfs:8080(无效)。

如果重要的话,我是 运行 VS2008 Windows 7,正在尝试连接到 TFS 2010。

我已经有很长时间没有使用 VS2008 了,但是您应该能够输入完整的 URL,包括协议,或者除了服务器名称之外的所有内容。

所以,http://examplecom:8080/tfsexample.com

此外,确保您已经安装了 VS 2008 向前兼容的 hotfox:https://blogs.technet.microsoft.com/chrad/2010/01/08/visual-studio-2008-connecting-to-tfs-2010-server/