svn冲突意思

时间:2025-04-01 13:07:25

运行svn update更新本地内容是,发生冲突:

Conflict discovered in '/home/user/test/test_web.py'.
Select: (p) postpone, (df) diff-full, (e) edit,
(mc) mine-conflict, (tc) theirs-conflict,
(s) show all options: tc
(p) postpone          暂时推后处理
(df) diff-full 把所有的修改列出来,进行对比
(e) edit 直接编辑冲突的文件
(mc) mine-conflict 使用自己的修改
(tc) theirs-conflict 使用别人的修改
(s) show all options 显示其他可用的命令

因为这里我要更新到别人上传的版本,所以选择的是tc使用别人的修改