Adding pdb files to VSS
- by George
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.