Manish Popli wrote:
> Hi,
> Any one can tell me how to make replication between two CVS servers??

First repeat after me, "I will google before I ask", again, again. OK.

It is possible to configure a read-only mirror.  It is *not* possible to
configure a read/write mirror.

Why? glad you asked. Lets say version 0.4 of a file exists, and is
checked out by two developers using different mirrors.

- both make changes to the file.
- both commit their changes in at the same time.
- the both have version 0.5 of the file on 'their' server.
- Mirroring fails *or* overwrites somebody's changes.

On a single server, CVS serialises requests, so one developer's work
would be committed first, there is no such guarantee with multiple CVS
servers.

You can try  http://www.cvsup.org/faq.html.

P.
-- 
Alas, even today there's little worth thinking and saying that does
not grievously wound the state, the gods, and common decency.
                                                -Goethe

_______________________________________________
ilugd mailinglist -- [email protected]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[email protected]/

Reply via email to