比如要下載:
https://github.com/xubo245/SparkLearning/tree/master/docs
方法:
將“tree/master”改成“trunk”
https://github.com/xubo245/SparkLearning/trunk/docs
下載:
svn checkout https://github.com/xubo245/SparkLearning/trunk/docs
然后使用SVN下載:
當(dāng)然,對于develop分支,也很容易:
只需要將 /trunk/ 換成 /branches/branchname/ 就行了,對于develop分支的需求, 就是 /branches/develop/.