You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
718 B
24 lines
718 B
|
|
|
|
cvs -d:pserver:anonymous@libquicktime.cvs.sourceforge.net:/cvsroot/libquicktime login
|
|
cvs -z3 -d:pserver:anonymous@libquicktime.cvs.sourceforge.net:/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 git@github.com:sergiomb2/libquicktime.git
|
|
git push -u origin master
|
|
|
|
and I got this :
|
|
https://github.com/sergiomb2/libquicktime/commits/master
|
|
|
|
and with:
|
|
git remote set-url origin ssh://sergiomb@git.code.sf.net/p/libquicktime/git
|
|
git push -u origin master
|
|
|
|
and we got :
|
|
https://sourceforge.net/p/libquicktime/git/ci/master/tree/
|