Since it took me a while to figure out, I figured this might be useful to document: migrating code from CVS to Git. Specifically, I was moving modules in a CVS repository on SourceForge over to GitHub.
Here are the versions of the tools that I used:
$ rsync --version | head -1
rsync version 3.1.0 protocol version 31
$ cvs --version | head -2 |
(
Read more... )