简体   繁体   English

tfs,团队项目的真实位置

[英]tfs, the real location of team project

I have a project on server call "MyApp". 我在服务器上有一个名为“ MyApp”的项目。 I connect the tfs server, retrieve and save project my desktop. 我连接tfs服务器,检索并保存我的桌面项目。

Then change project name "MyApp" to "MyAppTemp" on server.. 然后在服务器上将项目名称“ MyApp”更改为“ MyAppTemp”。

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? 我的团队项目的真实位置在哪里?

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? 也许您将其与Visual Studio项目混淆了,那是完全不同的吗?

Anyway, data for a team project live in the TFS database. 无论如何,团队项目的数据都存在于TFS数据库中。

Thomas 汤玛士

A workspace in TFS contains the mappings between a location in TFS Source Control and your local file system. TFS中的工作空间包含TFS Source Control中的位置与本地文件系统之间的映射。 http://msdn.microsoft.com/en-us/library/ms181383(v=VS.100).aspx http://msdn.microsoft.com/zh-CN/library/ms181383(v=VS.100).aspx

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM