Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
源代码管理资源管理器中的 TFS 不会让我从分支 b 合并回分支 a,因为度假的开发人员在分支 b 中锁定了一些文件。
我以两种方式手动解锁了这些文件
1) tf lock $/ /lock:none /workspace:TargetWorkspace /collection:target collection /recursive
2)我还使用Attrice解锁/撤消有问题的锁定文件夹。
源代码管理仍然不允许我合并,还有其他方法可以搁置/解锁开发人员文件吗?