svn migrate to git

 

 

git svn clone  –no-metadata https://snvkonkretor.com/myproject/oldstuff

git remote add origin https://konkretor@git.konkretor.com/legacy/legacy.git
git remote -v
git config http.sslVerify false
git push –all

found here with

svn2git example

https://www.troyhunt.com/migrating-from-subversion-to-git-with/

 

 

Leave a comment