tfs,团队项目的真实位置
我在服务器上有一个名为“MyApp”的项目。我连接 tfs 服务器,检索并保存项目我的桌面。
然后在服务器上将项目名称“MyApp”更改为“MyAppTemp”。
从服务器再次调用项目,我预计会出现问题,但没有问题。所以我知道该项目在服务器上也有不同的位置。
我的团队项目的真实位置在哪里?
I have a project on server call "MyApp". I connect the tfs server, retrieve and save project my desktop.
Then change project name "MyApp" to "MyAppTemp" on server..
Call project again from server, i expect a problem but no problem. So I understood that the project also has got a different location on the server.
Where is real location of my team project?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这有点令人困惑,因为您无法在本地保存团队项目。
团队项目是一组设置和选项,您只能从连接的服务器上看到它们,但不能以任何方式“下载”。也许您将此与 Visual Studio 项目混淆了,这是完全不同的东西?
无论如何,团队项目的数据都存储在 TFS 数据库中。
托马斯
This is a bit confusing, because you cannot locally save a team project.
A team project is a set of settings and options, which you can only see from the connected server, but not 'download' in any way. Maybe you're confusing this with Visual Studio projects, which is something totally different?
Anyway, data for a team project live in the TFS database.
Thomas
TFS 中的工作区包含 TFS 源代码管理中的位置与本地文件系统之间的映射。 http://msdn.microsoft.com/en-我们/库/ms181383(v=VS.100).aspx
A workspace in TFS contains the mappings between a location in TFS Source Control and your local file system. http://msdn.microsoft.com/en-us/library/ms181383(v=VS.100).aspx