Re: subversion vs cvs (Was: Re: [HACKERS] linked list rewrite)

David Garamond <lists@zara.6.isreserved.com>

From: David Garamond <lists@zara.6.isreserved.com>
To: Andrew Dunstan <andrew@dunslane.net>, pgsql-general <pgsql-general@postgresql.org>
Date: 2004-03-24T21:33:49Z
Lists: pgsql-hackers
Andrew Dunstan wrote:
> (btw, if you want to work offline, which i saw referred to a couple of 
> times, wouldn't cvsup do most of the job?).

 From what I understand, a "distributed" source control means each 
developer gets his own _repository_, not just a working copy. This means 
you can commit to your own repo and even accept patches (either from the 
master repo, other developer's repo, or from a 3rd party). In Linux 
analogy, each developer can become an Alan Cox and maintain his own -ac 
line.

 From what I understand, CVSup is a tool to mirror the repository. It 
doesn't allow each copy of the repository gets independently developed, 
and then transferring around the modifications, or does it?

-- 
dave