Sportica   Sportica

Xcode missing file or .png is missing from working copy

当不小心在工程文件中删掉文件时。有可能会提示 .xxx   is missing from working copy

有可能是SVN引起的。删掉这个文件就好了

如果是单个文件。进入Terminal 相应的路径,svn delete XXX

批量删除

这时候我们打开Terminal(终端) 输入cd  空格  然后把在网上工程到Terminal 回车

输入命令行rm -rf `find . -type d -name .svn`

then the worning is missed ...  

posted @ 2013-10-12 13:29  qingjoin  阅读(1258)  评论(0编辑  收藏  举报
  Sportica