svn local delete, incoming delete upon update 解决办法

  1. svn local delete, incoming delete upon update 解决办法
  2. # 1.In your working directory, recreate that conflicting file:
  3. $ touch foo
  4. # 2.Revert that file to the state SVN likes (that means deleted):
  5. $ svn revert foo
  6. # 3.Now delete that file:
  7. $ rm foo
  8. # 4.Conflict resolved:
  9. $ svn st
  10. # Done.
最后还需要指定更新文件:svn up application.js

猜你喜欢

转载自yiyanwan77.iteye.com/blog/1687718
今日推荐