Team Foundation Server How to Edit file without checking it out

前端 未结 3 1439
小鲜肉
小鲜肉 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:49

    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.

提交回复
热议问题