git svn clone and revision ranges? -


when merge in svn can specify revision range like:

 [4506, 4605,4784,4869,5081,5146-5148,5150,5418] 

now clones above revisions git repository using git svn clone. have tried:

git svn clone -r 4506,4605,4784,4869,5081,5146:5148,5150,5418 "https://path-to-svn-branch" git_repo 

but gives:

revision argument: ... not understood git-svn 

does git clone svn support single revision or start:end range?

from: http://git-scm.com/docs/git-svn

it seems above should work:

this allows revision ranges partial/cauterized history supported. $number, $number1:$number2 (numeric ranges), $number:head, , base:$number supported.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -