将 pdb 文件添加到 VSS
每次我尝试编译 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从项目中排除包含文件夹(可能是您的 /bin 文件夹)。该排除也将应用于该文件夹中的文件。
Exclude the containing folder (probably your /bin folder) from the project. That exclusion will be applied to the files within that folder too.