svn 命令行提示:local edit, incoming delete upon update的解决办法

10911阅读 0评论2012-06-20 jimylion
分类:LINUX

转自:http://www.huilinwang.com/blog/post/405.html

  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.


 

 


 

上一篇:Linux tail 命令详解(转自百度文库)
下一篇:fedora 15以后设置默认启动界面为字符界面