1.先用命令看看github的分支
svn ls https://github.com/BlueRiverInteractive/robovm-ios-bindings
输出:
branches/
trunk/
或者使用UI操作,浏览目录(一般在库下面都有两个目录:branches,trunk)
打开trunk目录下面就可以看到这个库下面的目录和文件了
然后:
svn ls https://github.com/BlueRiverInteractive/robovm-ios-bindings/trunk
发现目录下有我希望下载的目录admob
然后我就checkout指定目录的文件:
svn checkout https://github.com/BlueRiverInteractive/robovm-ios-bindings/trunk/admob
搞定!!!
经常在github要下载某个项目中的某个子项目 必须下载整个项目
现在有了svn后 不再需要下载整个项目了。
参考:http://blog.csdn.net/qq634416025/article/details/23296279
时间: 2024-10-13 10:44:50