Xcode導出無SVN數據的源碼文件

SVN數據文件以.svn文件夾存在於源碼中的每一個文件夾中,xcode沒有找到export的方法,因此就用shell腳本進行手動刪除 shell

find . -type d -name .svn|xargs rm -rf

把乾淨的源碼打包 xcode

tar -czvf filename.tar.gz -C dir .
相關文章
相關標籤/搜索