导入 Visual Studio TFS 工作区
有没有办法导入 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您想克隆工作区的结构但保留旧的工作区,请运行
http://msdn.microsoft.com/en-us/library/tzy14b58.aspx
如果您想将工作空间从一台计算机永久迁移到另一台计算机,运行...
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
http://msdn.microsoft.com/en-us/library/tzy14b58.aspx
If you want to permanently migrate your workspaces from one machine to another, run...
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.
微软有这方面的文档。
http://msdn.microsoft.com/en-us/library/ms404879。 ASPX
Microsoft has documentation on this.
http://msdn.microsoft.com/en-us/library/ms404879.aspx