1. 程式人生 > >svn報錯skipped 'index.html' Node remains in conflict

svn報錯skipped 'index.html' Node remains in conflict

svn svn鉤子 svn報錯

起因:在windows上提交更新後,使用svn鉤子不能同步到項目目錄,在linux下使用svn up或者svn co等命令下提示Skipped ‘index.html‘ -- Node remains in conflict


錯誤如下:

# svn up 命令

Updating ‘.‘:

Skipped ‘index.html‘ -- Node remains in conflict 錯誤提示

At revision 34.

Summary of conflicts:

Skipped paths: 1

技術分享圖片

解決方法如下:

svn remove --force filename
svn resolve --accept=working  filename
svn up


本文出自 “白手起家” 博客,請務必保留此出處http://bosszhang.blog.51cto.com/2580498/1982926

svn報錯skipped 'index.html' Node remains in conflict