尝试从github复制特定文件夹,subversion失败

时间:2015-03-08 10:46:12

标签: git svn github

我阅读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”不存在

我错过了什么?

1 个答案:

答案 0 :(得分:2)

原因SVN和git具有不同的目录结构,您可能需要这样:

svn export https://github.com/angular/code.angularjs.org.git/trunk/1.2.13/