美文网首页
xcode *** is missing from workin

xcode *** is missing from workin

作者: 懂你的 | 来源:发表于2016-03-24 13:54 被阅读132次

网上查到是因为删除了本地文 件,但是svn或者git上仍然还有记录导致的。

svn delete —force /Users/***/Documents/workspace/helloworld

但是有上万个记录,怎么一个一个的删除呢?

1.查找记录列表:svn status /Users/***/Documents/workspace/helloworld,将会得到列表,通过替换字符串,最终得到了一个内容为svn delete —force a.h \r\n svn delete —force b.h\r\n这样的文件,该文件名为hello.sh

2.超级终端中运行:chmod 777 ./hello.sh

相关文章

网友评论

      本文标题:xcode *** is missing from workin

      本文链接:https://www.haomeiwen.com/subject/pesrlttx.html