Team Foundation Server How to Edit file without checking it out

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

    Well.. You can certainly unmark the file as read only and edit it in something other than visual studio. Or, you can still use visual studio, but not edit it when the solution it's a part of is opened..

    Quite frankly, I'd look into other options with regards to why 1. that file needs to be in source control. 2. If it does need to be in source control, why does your copy need to be different.

提交回复
热议问题