如何防止 BIDS 自动签出 SSIS 包?

发布于 2024-09-26 03:09:52 字数 442 浏览 5 评论 0原文

当编辑文件时,我将 Visual Studio 2005 (BIDS) 设置为“自动签出”,这对于大多数文件类型都适用。

但是,当我访问 SSIS 包中的数据流时,会触发签出,而无需我进行任何更改。当我比较这些文件时,后台似乎也没有进行任何更改。

这种行为很烦人,因为我不知道我实际更改了哪些文件,并且因为我可能锁定了我不感兴趣编辑的文件。

我在网上研究时只发现了这个问题的一个参考,但不幸的是没有提供的解决方案。我可以确认该问题似乎与条件有关(如丹尼尔的帖子中所述)。

我从“自动签出”更改为“提示签出”,但随后出现了一系列提示,我需要取消这些提示才能真正查看数据流。

有什么方法可以防止这些文件被自动签出,而不必面对所有提示?

I have Visual Studio 2005 (BIDS) set to "Check out automatically" when a file is edited which works well for most file types.

When I access a Data Flow within an SSIS package though, a check out is triggered without me making any changes. When I compare the files, there does not appear to have been any changes made in the background either.

This behaviour is annoying because I lose track of which files I actually made changes to and because I am potentially taking locks on files that I am not interested in editing.

I only found one reference to this problem while researching it on the net but there was unfortunately no solution provided. I can confirm that the problem appears to be related to conditionals (as described in Daniel's post).

I changed from "Check out automatically" to "Prompt for checkout" but was then presented with a series of prompts which I needed to cancel before I could actually view the data flow.

Is there any way that I can prevent these files from being automatically checked out without having to face all of the prompts?

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

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

发布评论

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

评论(1

呆头 2024-10-03 03:09:52

Scott,尝试“工具”-“选项”-“源代码管理”-“环境”,然后在“编辑”下拉列表中选择“不执行任何操作”选项。

此选项将允许您在没有提示的情况下查看数据流,但您必须手动签出文件才能编辑它们。看看它是否适合你。

Scott, try Tools - Options - Source Control - Environment and select "Do nothing" option in Editing drop-down.

This option will allow you to view the data flow without prompts, but you'd have manually checkout files before you'd be able edit them. See if it works for you.

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