Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Team Foundation Server How to Edit file without checking it out

Tags:

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.

what should I do ? in Visual source safe we can do that by removing the read only check on the file.

like image 965
Amr Elnashar Avatar asked Mar 09 '10 14:03

Amr Elnashar


1 Answers

Ok, this is relatively easy in VS2010, and quite normal. I mean the locking model of source control is obsolete anyway.

In vs2010, click Tools -> Options -> Source Control -> Environment and select Allow checked-in items to be edited. This should stop the TF client from marking files as read-only.

Also you may have to change the Editing drop-down in Source Control -> Environment to Do nothing.

like image 84
Mark Rogers Avatar answered Sep 22 '22 11:09

Mark Rogers