ruby - Please suggest another fastest way for Migrating SVN repository to GIT respository -


downloaded ruby installer windows , installed latest version add ruby executable path.

installed svn2git.

start menu ->all programs -> ruby -> start command prompt ruby type “gem install svn2git” , enter.

migrate subversion repository

in ruby command prompt gone directory files migrated

then used below command

svn2git http://[domain name]/svn/ [repository root]

it taking around 2 days migrate 20k commits git , in svn have around 65k commits.

please let me know there other fastest way migrate svn repository git repository.

you can try github importer:

https://help.github.com/articles/importing-from-subversion/

i don't have information on speed though.


Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -