svn存储库子集的git svn克隆显示错误消息

svn存储库子集的git svn克隆显示错误消息,git,git-svn,Git,Git Svn,svn存储库是 http://example.com/svn/a/b/c http://example.com/svn/b/c http://example.com/svn/c/d/e http://example.com/svn/d/e/f 我想克隆子集 git svn clone -r HEAD -t http://example.com/svn --include-paths '(a/b/c|b/c|d/e/f)' 它显示以下错误消息: SVN repository location

svn存储库是

http://example.com/svn/a/b/c
http://example.com/svn/b/c
http://example.com/svn/c/d/e
http://example.com/svn/d/e/f
我想克隆子集

git svn clone -r HEAD -t http://example.com/svn --include-paths '(a/b/c|b/c|d/e/f)'
它显示以下错误消息:

SVN repository location required as a command-line argument

-t
开关需要一个参数,通过它可以告诉
git svn
哪个路径通向主干。在你的情况下,你说你的主干在目录
http://example.com/svn
因此没有指定错误消息告诉您的URL。在您的情况下,您可能不需要
-t
开关