命令模式坚决svn树冲突(local unversioned, incoming add upon update)

当工作目录修改删除过时更新使用svn更新就容易发生树冲突“Tree Confilict”.会出现类似提示。

local unversioned, incoming add upon update

命令行的解决方案

#svn resolve –accept working you_dir_file
#svn revert you_dir_file
#svn st

其中 you_dir_file 是你的目录或者文件

Comments are closed.

Post Navigation