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.
有没有办法设置一次从一个位置编辑 SVN 文档?我的意思是,如果有人正在编辑特定文件,其他人在他提交或回滚到上一个稳定状态之前无法编辑该文件。底线是我想避免 SVN 文件冲突并节省我们用来解决冲突的时间。
您可以在文件上设置 needs-lock 属性。阅读锁定红皮书。