如何防止 BIDS 自动签出 SSIS 包?
当编辑文件时,我将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.