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
相關文章
相關標籤/搜索