当我尝试git克隆SVN存储库时出现以下错误:
$ git svn clone "file:////stevenagefs/Projects/6500-6999/6792/DesignSVNRepos"
"DesignGit" -T trunk -b branches -t tags -r 0:HEAD
Couldn't open a repository: Unable to open an ra_local session to URL: Unable to
open repository 'file:///stevenagefs/Projects/6500-6999/6792/DesignSVNRepos' at
C:\Apps\Git/libexec/git-core\git-svn line 2210
有什么我做错了或是不可能像这样使用git-svn?
请注意,我知道对SVN存储库的基于文件的访问被认为是有害的,但这就是我所拥有的。
答案 0 :(得分:3)
您被允许文件访问,但前提是客户端是使用文件访问支持(ra_local
)编译的,git-svn
似乎不是。{1}}。如果您真的想要文件访问,则需要构建自己的git-svn
客户端。