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.
在更新了数千行更新的文件和目录后,我遇到了一个冲突:
Summary of conflicts: Skipped paths: 1
有没有办法找出冲突是什么?(某处的日志或 svn 选项?)
此特殊冲突消息(跳过的路径)是在将同一文件添加到您的合并位置以及自上次合并后的合并位置时创建的。
svn status [PATH...]
svn status (stat, st) 打印工作副本文件和目录的状态
' C ' :项目的内容(相对于属性)与从存储库接收的更新冲突。