| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu> |
| Cc: | "Ansley, Michael" <Michael(dot)Ansley(at)intec(dot)co(dot)za>, "'pgsql-hackers(at)postgresql(dot)org'" <pgsql-hackers(at)postgreSQL(dot)org> |
| Subject: | Re: [HACKERS] CVS |
| Date: | 1999-07-19 15:34:28 |
| Message-ID: | 27294.932398468@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu> writes:
> If you want to continue working out of the main branch, you can just
> do a
> cvs update -PdA pgsql
BTW, you can stick any switches you use standardly into a ~/.cvsrc
file in your home directory. Mine contains
cvs -z3
update -d -P
checkout -P
which gives -z3 as a global option to all cvs commands (good for remote
usage of hub.org, but a waste of cycles if you are using a local CVSup
directory) plus -dP for updates and -P for checkout, which are necessary
for sane treatment of subdirectories IMHO. So I just say "cvs update"
and worry not...
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 1999-07-19 15:41:23 | Re: [HACKERS] CVS |
| Previous Message | Tom Lane | 1999-07-19 15:30:25 | Re: [HACKERS] New version number 6.6 or 7.0 |