info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: synchronizing cvs repositories in realtime


From: Patrick Salsbury
Subject: Re: synchronizing cvs repositories in realtime
Date: Thu, 17 May 2001 12:57:55 -0700
User-agent: Mutt/1.2.5i

On Thu, May 17, 2001 at 05:22:36PM +0200, Jan Dittberner wrote:
> is there a working solution for synchronizing two cvs repositories
> in realtime?
> 
> I mean the following scenario:
> 
> - 2 servers running cvs in pserver mode
> - a user commits his changes to one of them
> - the change is automagically commited to the other server
> - another user commits changes to the second server
> - these are also send to the first server
> 
> if there's no such solution existing, can you give any hints how
> to do something like this.
> 
> 
> Regards
> 
> Jan Dittberner
> newtron AG

        Hmm. I'm not sure that having two "master" sites is going to be
easy to sync, but there are programs like "mirror" for duplicating
machines, as well as "rsync", which are quite powerful. 
        If you could assure that the users on one repository only used
certain modules (they were "master" for those modules, and the other site
was master for different ones), you could always mirror the master
sub-directories to the slave repository. Otherwise, I'd probably just
dedicate one repository as the master, and mirror that as a backup. Why do
you need two different ones that both get committed to?

-- 
Pat
           ___________________Think For Yourself____________________
         Patrick G. Salsbury - http://reality.sculptors.com/~salsbury/
      Interested in Airships? See http://reality.sculptors.com/lists.html
           ---------------------------------------------------------
            A long memory is the most subversive idea in America.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]