工具
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