[ On Wednesday, June 5, 2002 at 07:07:00 (-0500), Schmidt Henning (BNS USA) wrote: ] > Subject: RE: synchronizing multiple CVS-repositories .... ? > > As far as I understand CVSUP lets me get a copy of the whole source tree > from a remote server. This will give me one version of every element (file). > .... correct?
RTFM more carefully. CVSup will also mirror the RCS files if that's what you ask it to do. > What I want is to be able to synchronize the complete repository between > sites. So every site would have the complete history for every file > available (for checkout of a different version *without* having to contact > the server.) You can't do that if you intend to do commits from clients accessing the repository mirrors. CVSup is one-way only -- clients accessing the mirrors must be read-only (though there is provision for allowing private local branches which could then be manually merged with the central master repository periodically). CVS is a centralised system. CVS has no provision for distributed operation other than with multiple clients and a central repository server. You must put your repository where it has the best possible shared access by all clients. > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> Please DO NOT EVER send HTML, rich text, or otherwise stylized e-mail, especially not to me or to any public mailing list. Not all mail readers will recognize such formats. HTML in particular is a potential security threat and many firewalls filter it entirely -- especially since CERT and Microsoft recently anounced a very major flaw in the HTML rendering engine used in all Microsoft products. Please send all your messages as plain text only. -- Greg A. Woods +1 416 218-0098; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Planix, Inc. <[EMAIL PROTECTED]>; VE3TCP; Secrets of the Weird <[EMAIL PROTECTED]> _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs