Whenever i open my VS 2010 project i find .vspscc file being checkedout at the same level as my .sln file is checkout from TFS. How to disable .vspscc file being checkedout whenever i open a VS 2010 solution?
2 Answers
The answer would be to exclude it from the source control. Here's a more details explanation what this file is needed for
5 Comments
James Reed
So your saying you should exclude the files from source control that contain the information about which files are excluded from source control? Wouldn't this create some earth shattering feedback loop?
Marty
No it will not. The file must stay in your file system. Only detached from tfs. In other words, not monitored by TFS, but used each time You open pending changes dialog
James Reed
Fair enough, but this will have an impact on other developers changing the same project. They will also need to exclude the file otherwise a new one could get generated and checked in
Marty
Well, there's always and option of starting to use one of the DCVS`es like Mercurial (tortoiseHG) or Git ;)
1 you can use TF Distroy command utility in order to delete from source control
2 you can also use right-click on files and choose "Delete" on Source Control.
2 Comments
Marcer
does deleting.vspscc file permanently causes any issues with the binding with tfs server?!
Aghilas Yakoub
right it's bad he can create problem, but i answer to your question if uou want disable file,,