TFS 2008 checks out code automatically on edit

后端 未结 7 2147
慢半拍i
慢半拍i 2021-02-09 22:10

I am working on a Visual Studio 2008 project that is already added to TFS server. I am not sure which settings and policies have been configured for the TFS (this is done by a s

7条回答
  •  醉话见心
    2021-02-09 22:57

    Unfortunately, with TFS it puts read-only locks on your files to PREVENT you from editing the file without checking it out first.

    I cannot stand this decision. What you'll have to do is allow TFS to check out the file, then "Undo checkout" on it later if you don't want to check it out.

    Make sure you have shared checkout enabled, exclusively locking files is the path to madness. ;)

提交回复
热议问题