"Wolfgang Kormann" <[EMAIL PROTECTED]> wrote: > hi, > I have a new cvs-server and I want to copy the whole repository > from the old to the new server. The newest cvs-version is installed > and running on the new one. > What is the best way to do this?
ftp, perhaps using tar to collect everything in one file if on a *nix system. Just copy the entire tree, making sure that no one updates anything on CVS between the time you start copying and the time the new system is up and running. Guy _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
