i\'m working with TFS and i need to edit file localy without checking it out . another case if some one checked in the file and i need to change my locally copy.
wha
Just unset the read-only flag on the file locally.
You may have some issues later when try to do a "Get Latest" operation, which will warn you about a locally writeable file.