TFS 2010:在打开时签出文件

发布于 2025-01-05 08:10:35 字数 220 浏览 0 评论 0原文

我有许多项目,其中包括用于创建框图等的某些文件(确切地说是 *.graphml、*.doc、*.docx)。虽然我已将文件设置为“使用”适当的编辑器“打开”,但我必须在 TFS 中手动签出它们以使它们“可写”似乎应该有一种方法可以让 TFS 自动签出文件,就像代码、xml 等。我怎样才能实现这个目标?

注意:
我的 TFS 选项设置为“自动检出”文件,但无济于事。

I have a number of projects that include certain files that I use for creating block diagrams, etc. (*.graphml, *.doc, *.docx to be exact). While I have setup the files to 'open with' the appropriate editor, I have to manually check them out in TFS to make them 'writeable' It seems that there should be a way to have TFS check the files out automatically like it does for code, xml, etc. How can I go about achieving this??

NOTE:
My TFS options are set to 'automatically check out' files, to no avail.

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

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

发布评论

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

评论(2

谁的年少不轻狂 2025-01-12 08:10:36

转到工具>选项>
在选项下选择源代码管理。
在源代码管理下选择环境

有一个名为“签入项目”的部分
对于编辑下拉列表,选择“自动签出”

Go to Tools>Options>
Select Source Control under options.
Select Environment under Source Control

There is a section called 'Checked-in items'
for the Editing dropdown select ' Check out automatically'

淡紫姑娘! 2025-01-12 08:10:35

程序需要与 TFS 集成,以便能够在需要时执行文件检出。在不“TFS 感知”的应用程序中打开文件需要在开始处理它们之前在 Visual Studio 或 Explorer + TF Power Tools 中检查它们。即使使用 SSMS 打开 SQL 文件,如果它们不在数据库项目中,也需要您执行签出。

某些应用程序可以通过 MSSCCI (Misky) 与 TFS 配合使用,但这些是据我所知,主要是编程工具(IDE 等)。

这将在 TFS 2012 中通过引入 本地工作区

Programs are required to have their own integration with TFS to be able to perform a Check-out of the files when needed. Opening Files in applications that are not "TFS Aware" requires you to check them out in Visual Studio or Explorer + TF Power Tools before you start wok on them. Even opening SQL files with SSMS, if they are not in a database project, requires you to perform a Check-out.

Some applications can work with TFS via MSSCCI (Misky), but these are mostly programming tools (IDE's etc) as far as I know.

This will all be fixed in TFS 2012 with the introduction of Local Workspaces.

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