Yes, I know that I should abandon CVS, but it's not my decision to make, and CVS will be around for a while due to 'legacy' support. However, I figure step 1 is to show the repo in a git context. For this reason I'd first like to just sync CVS -> 'readonly' Git.
I can then manually put changes in the git repo back into CVS.
What tools can I use to do this? Which is best? What can't be done (I figure all CVS stuff can be ported into Git, and I don't need to do the reverse systematically).
Thank you!