解决osc项目不支持空目录的问题

清华大佬耗费三个月吐血整理的几百G的资源,免费分享!....>>>

find ./ -type d -empty -exec touch {}/keep.txt \;
find ./ -tpye f -name *.a -exec svn add {} \;
find ./ -tpye f -name *.so -exec svn add {} \;