这个方法其实很简单,用到了linux命令find来遍历文件

find .  | xargs svn add --force *.*

svn ci -m "add demo*****"