我阅读this stack overflow question并尝试使用以下svn命令下载specific angular js source code:
svn export https://github.com/angular/code.angularjs.org.git/1.2.13/ c:\ angularVersion
但是我收到以下错误:
svn:E170000:网址“https://github.com/angular/code.angularjs.org.git/1.2.13”不存在
我错过了什么?
答案 0 :(得分:2)
原因SVN和git具有不同的目录结构,您可能需要这样:
svn export https://github.com/angular/code.angularjs.org.git/trunk/1.2.13/