I can't get access to TFS (it does not exist anymore), but I want to edit the project. I want to break off the relation between my project and TFS, but see messages, such as "the file HomeCatalog.cs cannot be saved because it is write-protected".
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Use Windows Explorer or whatever tool you prefer to Remove the read-only attribute from all the files in all folders of your project. |
|||
|
|
To unbind the project from team foundation server, open the project in solution explorer and go to File Menu, expand source control option and click on Change Source Control. Then, you will get a prompt to disassociate the solution from source control and you need to click yes. |
|||
|
|