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'
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'