svn报错skipped 'index.html' Node remains in conflict

原由:在windows上提交更新后,使用svn钩子不能同步到项目目录,在linux下使用svn up或者svn co等命令下提示Skipped 'index.html' -- Node remains in conflicthtml


错误以下:linux

svn up    命令windows

Updating '.':ide

Skipped 'index.html' -- Node remains in conflict   错误提示svn

At revision 34.spa

Summary of conflicts:orm

  Skipped paths: 1htm

1.png

解决方法以下:ip

svn remove --force filename
svn resolve --accept=working  filename
svn up
相关文章
相关标签/搜索