svn2git migration – tags not being copied – Debian
I've used svn2git (running on Debian) to try migrating an SVN repository to Git and then pushed to GitHub: svn2git https://localhost/svn/test-repository/space-invaders --username user git remote add origin https://github.com/my-username/space-invaders.git git push --all The source SVN repository has lots of tags: But…