Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
On Wed, 26 May 2004 14:36:44 -0400, "Mike Strong" <mstrong at drc.com> wrote: >Wanting to synchronize a local repository with a master, and read that CVSup >was the way to do that; however, it doesn't seem to be available for the >Windows platforms. > >What's the favorite way of achieving this goal for CVSNT-oriented folks? > >Thanks, > >Mike > I don't think that there is any way to actually have two CVS servers that are synchronized such that it is possible to use both fully (checkout and commit on both). This is because of the way CVS is designed to handle the files and revisions. They simply cannot be kept in synk if there is write activity on both servers... The best that can be done is to mirror a CVS master to a slave that does not accept commits. This is possible by just copying the repository files from the master server to the slave on regular intervals. /Bo (Bo Berglund, developer in Sweden)