来自:https://blog.csdn.net/qq_35860352/article/details/80313078
操作步骤
step1:转换链接地址
点开”/examples”子文件,复制浏览器中的地址,如下:
https://github.com/tonyqus/npoi/tree/master/examples
将”/tree/master”替换成”/trunk”,则新生成的新链接为:https://github.com/tonyqus/npoi/trunk/examples
注意:这里根据分支的不同,通用的办法是将”/branches/branchname/”替换成”/trunk/”。例如:”/tree/master/” to “/trunk/” ; “/tree/develop/” to “trunck”
step2:使用 SVN客户端 CheckOut
---------------------
作者:hold_on_zhen
来源:CSDN
原文:https://blog.csdn.net/qq_35860352/article/details/80313078
版权声明:本文为博主原创文章,转载请附上博文链接!