I need to migrate SVN repository to git while preserving the commit history. Problem is I have a large repository fetch file is taking lot of time. Hence if I can fetch only specific tags from SVN while migrating it to git would be very helpful. For example I have a repository :http://svn.myhost.net/svn/code/myrepository/ myrepository/tags/: it has older versions which I don't want to include while migrating it git.
Can you please suggest to resolve this issue.
I have used git-svn to migrate the repository but it is taking lot of time.