Am Mittwoch, 10. Februar 2016, 20:49:24 schrieb Tavmjong Bah:
I would like to see an experiment done:
Import inkscape or lib2geom to GitHub and then import from GitHub into GitLab. This would help answer the question of what we do if GitHub (or GigLab) goes the way of SourceForge. (In other words... how portable is code/issues/bugs between one GitXXX and another GitYYY. If it isn't a problem, then I doen't need to think too hard about which we pick.)
At least for code that is trivial with git. Just add a new remote location, then push to that and reove the old one afterwards. If you clean up .git/config you can even keep the nice names you were used to (origin/ for example). See [0].
Tav
Tobias
[0] https://stackoverflow.com/questions/1484648/how-to-migrate-git-repository-fr...