Wednesday, July 8, 2015

Migrating a Non-standard SVN Repository to Git using Workspaces::GitMachine - CodeProject

Migrating a Non-standard SVN Repository to Git using Workspaces::GitMachine - CodeProject:


What I did:

git svn clone http://computing.colemantech.org/repos/Classes/ColeBot/ColeBot -A ~/authors-transform.txt --no-metadata -T / nada5

cd nada5

git remote add gitlab https://git.colemantech.org/classwork/ColeBot.git
git push gitlab master


'via Blog this'

No comments:

Post a Comment