From: Sérgio B. <se...@se...> - 2018-01-21 22:31:11
|
Hi , As you may know sourceforge close cvs , I already talked with other projects like ufraw , dvdstyler to migrate to git , you just need do : cvs -d:pserver:ano...@li...:/cvsroot/libquicktime login cvs -z3 -d:pserver:ano...@li...:/cvsroot/libquicktime co -P libquicktime cd libquicktime git cvsimport -v In github.com press + and new repository, choose repository name: libquicktime without "Initialize this repository with a README" . and run: git remote add origin gi...@gi...:sergiomb2/libquicktime.git git push -u origin master and I got this : https://github.com/sergiomb2/libquicktime/commits/master with this method you preserve all commit history . Best regards and Thanks, -- Sérgio M. B. |