git-svn 'path probably does not exist' 错误

来源:互联网 发布:什么是数据冗余 编辑:程序博客网 时间:2024/06/01 03:59

使用 git-svn 时出现错误,无法检出文件:

path probably doesnot exist: (160013):

Filesystem has no item:'xxxxx' path not found


应使用:

git svn clone --revision 12345:HEAD --no-minimize-url {YourRepositoryPath} {LocalRepoDirectory}

原文: 点击打开链接

0 0