方法一:
1.在远程server上生成新的文件夹
svn mkdir http://svn.xxx.com/svn/mobile/strategy/assistant/branches/talk -m "talking system"
svn co http://svn.corp.qunar.com/svn/mobile/strategy/assistant/branches/talk talk
2.将须要加入的文件夹下的文件复制到talk文件夹下
cp -r talk-master/* talk
3.加入到本地svn库中
svn add *
4.提交到远程库中
svn ci -m "version 1"
5.查看状态
svn st
方法二:
1.svn import -m "New import" talkhttp://svn.xxx.com/svn/mobile/strategy/assistant/branches/talk
2.svn checkout