ios之svn 命令行提交下载和删除

提交

svn import /Users/apple/Desktop/Test svn://115.128.114.117/naitang/ios.mobile/ZeZeCommunity --username= changxiaoshuai --password= f4ZYO8FU9mH6N1C9A0hf3 -m "提交"

//下载

svn checkout svn://115.128.114.117/naitang/ios.mobile/ZeZeCommunity  --username=changxiaoshuai --password=f4ZYO8FU9mH6N1C9A0hf3 /Users/apple/Desktop

删除

svn delete svn://115.128.114.117/naitang/ios.mobile/ZeZeCommunity/2015-1-15接口文档.txt -m "删除文件"

原文地址:https://www.cnblogs.com/changxs/p/4311322.html