导入 Visual Studio TFS 工作区

发布于 2024-08-18 12:29:58 字数 72 浏览 5 评论 0原文

有没有办法导入 Visual Studio TFS 工作区,我有 30 多个工作区,我需要将它们导入到新计算机上的 TFS。 谢谢

Is there a way to import Visual Studio TFS workspace, I have over 30 workspace and I need to import them to a TFS on new machine.
Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

合久必婚 2024-08-25 12:29:58

如果您想克隆工作区的结构但保留旧的工作区,请运行

tf workspace /server:yourserver /new NewName /template:OldName;OldOwner

http://msdn.microsoft.com/en-us/library/tzy14b58.aspx

如果您想将工作空间从一台计算机永久迁移到另一台计算机,运行...

tf workspaces /server:yourserver /updatecomputername:OldComputerName

http://msdn.microsoft.com/en-us/library /54dkh0y3.aspx

...然后将所有文件从旧盒子移至新盒子。如果您无法使用相同的路径,则必须更新工作区定义。

If you want to clone the structure of your workspaces but leave the old ones alone, run

tf workspace /server:yourserver /new NewName /template:OldName;OldOwner

http://msdn.microsoft.com/en-us/library/tzy14b58.aspx

If you want to permanently migrate your workspaces from one machine to another, run...

tf workspaces /server:yourserver /updatecomputername:OldComputerName

http://msdn.microsoft.com/en-us/library/54dkh0y3.aspx

...then move all your files from the old box to the new one. If you're unable to use the same paths, you'll have to update the workspace definitions.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文