TFS 如何与 SharePoint 集成

发布于 2024-09-10 10:41:07 字数 348 浏览 2 评论 0原文

我希望将一些数据库从 Visual Source Safe (VSS) 迁移到 Team Foundation Server (TFS)。我知道我可以使用我找到的一些工具(免费或购买的)从 VSS 迁移到 SVN,然后从 SVN 迁移到 TFS。目的是将源代码导入 TFS,然后将项目与 SharePoint 集成,以便可以从那里访问各种文档。

设置 TFS 与 SharePoint 集成有多容易?我需要做什么?

哪些文档/文件可以/将添加到 SharePoint? TFS 会为我选择吗?或者我可以选择我想要在 SharePoint 中显示的内容吗?

有关 TFS 如何与 SharePoint 集成的任何示例或信息都将受到欢迎。

I am looking to migrate some databases out of Visual Source Safe (VSS) and into Team Foundation Server (TFS). I know I am able to migrate from VSS to SVN, and then from SVN to TFS using a few tools that I have found (either free or purchased). The aim is to get the source code into TFS and then integrate the project with SharePoint so that various documents can be accessed from there.

How easy is it to set up TFS to integrate with SharePoint? What do I need to do?

What documents/files can/will be added to SharePoint? Does TFS choose for me or can I select what I want to appear in SharePoint?

Any examples or information on how TFS integrates with SharePoint would be appriciated.

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

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

发布评论

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

评论(1

拥抱我好吗 2024-09-17 10:41:07

实例是分开的。存储在 SharePoint 中的文件不在版本控制库中,反之亦然。 SharePoint 外部有一个可访问源代码控制库的 Web 界面。

TFS 中的每个团队项目都有一个关联的 SharePoint 门户。我们所做的就是在 TFS 中对所有软件进行版本控制,并将所有文档存储在与团队项目相对应的 SharePoint 门户中。我们确保在 SharePoint 中打开版本控制,以便我们可以检索以前的版本。

在奇怪的情况下,我们确实需要与源代码一起进行版本控制文档(出于审计原因),我们会将其存储在 TFS 内的文档文件夹中。

The instances are separate. The files stored in SharePoint are not in the version control library and vice-versa. There is a web interface to the source control library available outside of SharePoint.

Each Team Project in TFS has an associated SharePoint portal. What we do is version control all of our software in TFS, and store all of our documentation in the SharePoint portal that corresponds to the team project. We made sure to turn version control on within SharePoint so we can retrieve previous versions.

On the odd occasion that we do need to version control documentation alongside the source code (for audit reasons), we will store that in a documentation folder within TFS.

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