TFS 在哪里存储源代码以及如何访问它?

发布于 2024-11-17 18:35:53 字数 191 浏览 0 评论 0原文

在我的 TFS 服务器上,如何查看团队项目集合的源代码(哪个文件夹)的存储位置?

我在管理控制台中找不到任何指定位置的内容。

源是否存储在文件系统上?

编辑:愚蠢的问题 - 混淆了 TFS 和 VSS。 TFS 将源和变更集存储在 SQL 数据库中,而 VSS 将源存储在文件系统上。

On my TFS server, how can I see where the source code (which folder) of my team project collection is stored?

I can't find anything specifying a location in the Administration Console.

Is the source stored on the file system?

Edit: Stupid question - got confused between TFS and VSS. TFS stores the source and changesets in a SQL database while VSS stores the source on the file system.

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

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

发布评论

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

评论(2

网白 2024-11-24 18:35:53

我有一个类似的问题,这就是我如何遇到这个线程的,但我知道 TFS 将数据存储在 sql 数据库中,但我想知道哪些表,因为我想确保我的设置可以使用友好的名称正常工作我已经设置好了。我做了一些挖掘,根变更集表是 TFS 数据库中的 tbl_ChangeSet 。从那里您可以推断出您需要什么。希望有帮助。

I had a similar question and that is how I ran into this thread but I knew that TFS stored data in a sql database but I wanted to know what table(s) because I wanted to make sure my setup was working correctly with friendly names that I had set up. I did a little digging and the root changeset table is tbl_ChangeSet in your TFS database. From there you can extrapolate what you need. Hope that helps.

橘虞初梦 2024-11-24 18:35:53

不,您需要查看代码才能看到它。 TFS 存储变更集,而不是单个文件。

No, you will need to check out the code to be able to see it. TFS stores Changesets, not individual files.

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