Team Foundation Server How to Edit file without checking it out

前端 未结 3 1452
小鲜肉
小鲜肉 2020-12-15 18:24

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

3条回答
  •  天命终不由人
    2020-12-15 18:37

    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.

提交回复
热议问题