远程访问 Team Foundation Server 2010 [英] Remote access to Team Foundation Server 2010

查看:29
本文介绍了远程访问 Team Foundation Server 2010的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们是位于不同地点(彼此相距 100 公里范围内)的四名开发人员,尝试在软件开发项目上进行协作.

We are four developers in different locations (in a 100 km radius of each other) tryint o collaborate on a software development project.

我们想在我们的一台机器上安装 Team Foundation Server 2010(我们都使用 Windows 7),并将其用作我们的中央源代码存储库和工作项管理.

We would like to install Team Foundation Server 2010 on one of our machines (we are all using Windows 7) and use that as our central source code repository and work items management.

但是,我们似乎无法将 TFS 配置为接受删除连接(通过 Visual Studio).是否可以以这种方式使用 TFS?

However we cannot seem to be able to configure TFS to accept remove connections (through Visual Studio). Is it possible to use TFS in this manner?

推荐答案

TFS 只是一堆 Web 服务,应该设置为开箱即用的远程访问.

TFS is just a bunch of web services and should be set up for remote access out of the box.

您可能需要配置的内容.

Things you'll probably need to configure.

  1. 确保 Windows 防火墙允许 TFS 接受端口 8080 上的传入请求(TFS 安装可能会为您执行此操作)

  1. Make sure that the windows firewall is allowing TFS to accept incoming requests on port 8080 (the TFS install may do this for you)

将您的路由器配置为使用端口转发",以便将来自 Internet 到端口 8080 的请求路由到安装了 TFS 的计算机.

Configure your router to use "Port Forwarding" so that requests from the internet to port 8080 are routed to the machine with TFS installed.

您的 ISP 可能会动态分配 IP 地址,因此您可能需要注册动态 DNS 服务 如 NO-IP.com.(检查您的路由器支持哪些)

Your ISP probably allocates IP addresses dynamically so you might need to sign up for a Dynamic DNS service such as NO-IP.com. (check which ones are supported by your router)

完成此操作后,您应该可以启动并运行了.

Once you've done this then you should be up and running.

我相信其他人会建议您放弃 TFS 并使用 DVCS,例如 GIT 或 Mercurial,他们有道理!当另一个系统可能更容易启动和运行时,您应该考虑让 TFS 以这种方式工作是否值得.

I'm sure others will suggest that you ditch TFS and use a DVCS such as GIT or Mercurial, they have a point! You should consider if it's worth the effort of getting TFS to work in this way when another system might be easier to get up and running.

这篇关于远程访问 Team Foundation Server 2010的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆