Re: cvs retrieval of earthdistance

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruno Wolff III <bruno(at)wolff(dot)to>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: cvs retrieval of earthdistance
Date: 2002-10-19 00:46:34
Message-ID: 13685.1034988394@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Bruno Wolff III <bruno(at)wolff(dot)to> writes:
> I am seeing something odd with retrieving contrib/earthdistance using
> anonymous csv. If I do use the checkout command in the instructions
> (cvs -z3 -d :pserver:anoncvs(at)anoncvs(dot)postgresql(dot)org:/projects/cvsroot co -P
> pgsql) I get the earthdistance directory and its contents. But if I remove
> the directory and use a cvs update command I don't get a refreshed copy.
> Other contrib directories don't seem to work this way. Is this a mistake
> on my end or is there some problem with how earthdistance is defined
> in CVS?

earthdistance is busted (IMHO) because it was moved into a different
CVS module from the main backend. The above behavior probably qualifies
as a CVS bug, but we could easily avoid it by undoing the module split.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Barry Lind 2002-10-19 01:42:27 Re: Performance problem iterating a resultset
Previous Message Lee Harr 2002-10-18 23:15:23 Re: select into without creating new table