将 pdb 文件添加到 VSS

发布于 2024-08-29 12:07:29 字数 444 浏览 2 评论 0原文

每次我尝试编译 Web 应用程序时,系统都会提示我是否要将 pdb 扩展文件添加到 VSS。

我认为 pdb 文件不属于 VSS,请参阅 上一篇文章

有什么办法可以阻止它们被添加吗?

我什至无法从逻辑上从 VSS 中删除它们,因为以前的版本已被逻辑删除,如果我要删除当前版本,则必须清除以前的版本,为此我需要我没有的 vss 管理员权限。

我只是无法掌握如何避免将一百万个文件添加到 VSS 中,这些文件会阻止其他开发人员编译他们的解决方案,因为他们未签出只读副本。是签入它们但在本地关闭只读标志的唯一解决方案吗?在我看来这不是一个好的选择。

Every time I try to compile my web app, I am prompted if i want to add pdb extensioned files to VSS.

I thought pdb files do not belong in VSS see a previous post.

Is there any way to prevent them from being added.

I cannot even logically delete them from VSS because a previous version has been logically deleted and if I were to delete the current version, the previous version would have to be purged, for which I need vss admin rights that I do not have.

I just can't get a handle on how to avoid getting a million files added to VSS that prevent otehr develoeprs from compiling their solutions because they have unchecked out read only copies. Is the only solution to check them in but flip the readonly flag off locally? This is not a good option in my mind.

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

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

发布评论

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

评论(1

梦里泪两行 2024-09-05 12:07:29

从项目中排除包含文件夹(可能是您的 /bin 文件夹)。该排除也将应用于该文件夹中的文件。

Exclude the containing folder (probably your /bin folder) from the project. That exclusion will be applied to the files within that folder too.

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