出现错误如下编译4.2的版本出现以下错误
zip error: Invalid command arguments (cannot repeat names in zip file)出现这个错误.
解决方法是 清除svn目录
sudo find ./* -name ".svn" | xargs -exec rm -rif {}
出现错误如下编译4.2的版本出现以下错误
zip error: Invalid command arguments (cannot repeat names in zip file)出现这个错误.
解决方法是 清除svn目录
sudo find ./* -name ".svn" | xargs -exec rm -rif {}