I have a CVS repository on my local workstation. I've demonstrated to my employer that version control is a great idea. Alright! So now I want to migrate my CVS history from my local workstation onto a real server.
I have installed CVS on the server and it is working.
Now, can I just move my repository files? Or do I have to do some sort of import command?
I know I could just check the current codebase into the new CVS server, but that'd lose the history, right?