LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   CVS setup (https://www.linuxquestions.org/questions/linux-server-73/cvs-setup-691432/)

mario.almeida 12-18-2008 04:53 AM

CVS setup
 
Hello All,

I have a running cvs server version 1.11.2 on RHEL 3 update 6 now i have installed CentOS 5.2 and i want o transfer from cvs server 1.11.2 to the new setup.

Can someone give me some help file.
can i use simple copy past method (scp or rsync)?

//Remy

theNbomr 12-18-2008 02:03 PM

You should be able to simply copy the repository files and directory structure to the new host. The 'server' is just the CVS runtime binary, and probably already runs fine on the new host.
The real hassle is that in each of your existing sandboxes, the ./CVS/Root file contains a reference to the original CVS server. When the server is moved to a new host, each of the CVS/Root files must be modified to point at the proper server and possibly the proper new CVS root on the server.
--- rod.


All times are GMT -5. The time now is 06:43 AM.