From: | Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | dg(at)illustra(dot)com (David Gould) |
Cc: | pgsql-hackers(at)postgreSQL(dot)org |
Subject: | Re: [HACKERS] Developer setup, what works? |
Date: | 1998-04-06 01:12:15 |
Message-ID: | 199804060112.VAA03777@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
> I guess I am asking a more basic question than this. For the past 10 years or
> so I have been using either SCCS or RCS or ClearCase (Blech!) for source
> control. I have not used CVS or cvsup. So I am really asking what is the best
> way to setup up a source tree on my machine? I have read the CVS manual so I
> can make it work however, I am just wondering about what the most usual
> configureation is. Do I make a local cvsroot and use the "import vendor
> branch" feature? Or do I try to configure to use a remote CVS server
> (ie at postgresql.org) Should I maintain my own branch? And how does cvsup
> fit in with this? Sorry for the lamity, but a 5 minute guide to how to set up
> a convenient pgsql CM environment would save me a bit of time.
See tools/FAQ_DEV. We cvsup the source, then use
tools/make_diff/difforig to generate patches.
We then post them to the patches list. Or, if you have a postgresql.org
telnet account from Marc, you do a cvs checkout in that account to set
up a tree, ftp the patch to your telnet account on postgresql.org, run
'patch' with the diff we just ftp'ed, and do a 'cvs update' to apply the
patch, with an appropriate description.
After that, everyone sees your changes.
--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)us | Drexel Hill, Pennsylvania 19026
+ If your life is a hard drive, | (610) 353-9879(w)
+ Christ can be your backup. | (610) 853-3000(h)
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 1998-04-06 01:35:05 | Re: [HACKERS] RH Linux v6.3.1 patch |
Previous Message | David Gould | 1998-04-05 23:20:26 | Re: [HACKERS] Developer setup, what works? |