IT SVN 清除本地已经删除的文件记录

阅读(2757)

如Mac下,并没有那么好用的客户端,自己动手:

svn st | grep ^! | awk '{print " --force "$2}'  | xargs svn rm
Tags: svn