I am trying to clone big svn repository to my git repository. The problem is that rep. is too big and svn clone works too slow. Is there way to clone only last N revisions?
Something like that:
git svn clone http://svn/svn/test . (from 200 to 400 revision)
or maybe something like that:
git svn fetch (20,30,40-50 revisions)