标签:
TortoiseSVN
1、打开要下载的项目,选中要下载的文件夹,右键 选择 复制链接地址
2、把链接中的 tree/master 改成 trunk ,(trunk是master分支,可以使用 svn ls 查看可用的分支和标记)
https://github.com/googlevr/gvr-unity-sdk/tree/master/GoogleVR
https://github.com/googlevr/gvr-unity-sdk/trunk/GoogleVR
3、在需要的目录下,点 右键 选择 SVN Checkout(检出)
4、在弹出的检出窗口中,粘贴 修改后的地址到 版本库URL,按 确定
5、等待检出完成
命令行操作:
svn checkout https://github.com/googlevr/gvr-unity-sdk/trunk/GoogleVR
如果遇到冲突信息:(R)eject, accept (t)emporarily or accept (p)ermanently? 输 p
标签:
原文地址:http://www.cnblogs.com/zhaoqingqing/p/5558253.html