Adding pdb files to VSS

Posted by George on Stack Overflow See other posts from Stack Overflow or by George
Published on 2010-04-22T14:39:11Z Indexed on 2010/05/15 9:44 UTC
Read the original article Hit count: 330

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about vss