vote up 1 vote down star

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?

flag

4 Answers

vote up 1 vote down check

Here is what I found in Google, all seem to be good.

http://www.google.com/search?q=move+cvs+repository

link|flag
Thanks. Searching for cvs migration wasn't nearly as helpful. – Keith Twombley Oct 22 '08 at 19:49
vote up 1 vote down

"CVS repo copy" first hit by our friend (namely Google):

Another one:

link|flag
vote up 0 vote down

just copy the files - there really isn't anything else to it (at least if source and destination OS are the same)

link|flag
vote up -1 vote down

I just migrated one last week.

We're using Subversion at work, and all I did was move the root Subversion directory from one machine to the other. Then when I installed the VisualSVN server on the new machine, I just chose the existing Subversion root that I ported rather than creating a new repository. It seamlessly maintained history and files.

I'm not sure how well this will work with other source control systems.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.