Downloaded the Ruby
Installer for Windows and installed the latest version with Add Ruby
executable to your path.
Installed svn2git
.
Start menu ->All programs -> Ruby -> Start command prompt with ruby
Then type “gem install svn2git”
and enter.
Migrate subversion repository
In Ruby
command prompt gone to the directory where the files to be migrated
Then used the below command
svn2git http://[domain name]/svn/ [repository root]
It is taking around 2 days to migrate 20K commits into GIT and in SVN we have around 65K commits.
Please let me know is there any other fastest way to migrate the SVN repository to GIT repository.