[lug] CVS? Syncing repositories?
    Tom Tromey 
    tromey at redhat.com
       
    Fri Feb 15 18:18:04 MST 2002
    
    
  
>>>>> "Scott" == Scott A Herod <herod at interact-tv.com> writes:
Scott> Does CVS support a method to sync two repositories?  I suppose
Scott> it would be reasonably easy to update from one and commit to
Scott> the other but that seems too prone to merge errors to be easily
Scott> automated.
What is your goal?
You can sync repositories using rsync or CVSup.  But with both of
these there is a single master repository, and the others are
basically read-only mirrors.  (This is useful for providing anonymous
cvs access.)
Automatically synchronizing two repositories, both of which are
read-write, is hard or impossible, depending on what you expect out of
it.  In the end (in the general case) it always requires a human to
resolve conflicts.
Tom
    
    
More information about the LUG
mailing list