How can you get the CVS repo of MMIX to CVS/Git?
I know how to clone a repo at github by git clone URL
, but I have never really used sourceforge before. They use CVS which is new to me.
My unsuccessful attempt
git cvs -d:pserver:[email protected]:/cvsroot/mmixmasters
I get the following tip at CVS -irc in trying to download the repo by CVS first
cvs -d /tmp/ add co -PA mixmasters
However, it is not working for me as expected.