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

Поиск
Список
Период
Сортировка
От David Garamond
Тема Re: subversion vs cvs (Was: Re: [HACKERS] linked list rewrite)
Дата
Msg-id 4061FEBD.40700@zara.6.isreserved.com
обсуждение исходный текст
Список pgsql-general
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


В списке pgsql-general по дате отправления:

Предыдущее
От: David Garamond
Дата:
Сообщение: PG's table inheritance and object table in Oracle
Следующее
От: Tom Lane
Дата:
Сообщение: Re: ERROR: column "currec" does not exist while calling function with 'record' (or %rowtype% argument