Re: cvsup

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: cvsup
Date: 2004-09-25 18:34:01
Message-ID: 4155BA19.60108@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches


I wrote:

>
> I've been trying to set up a cvsup mirror following the instructions
> at http://developer.postgresql.org/docs/postgres/cvsup.html
>
> However, it seems to be awry w.r.t. the earthdistance module. Could
> some kind person please tell me what needs to be done in either the
> cvsup config or the modules file or both, so that "cvs co -p pgsql"
> works nicely?
>
> If done as an update to the docs that would be especially nice :-) But
> if not, I'll do the docs once I get it working.

Here's what I got working.

In CVSROOT/modules:

pgsql-earth -d pgsql/contrib/earthdistance earthdistance
pgsql-server -d pgsql pgsql-server
pgsql -a pgsql-server pgsql-earth

In postgres.cvsup:

# complete distribution, including all below
pgsql
earthdistance

Does that all make sense?

cheers

andrew

In response to

  • cvsup at 2004-09-25 17:04:39 from Andrew Dunstan

Responses

  • Re: cvsup at 2004-09-25 18:49:06 from Joe Conway

Browse pgsql-hackers by date

  From Date Subject
Next Message Joe Conway 2004-09-25 18:49:06 Re: cvsup
Previous Message Daniel Ahlin 2004-09-25 17:49:43 Re: Allow change of kerberos service name without recompilation

Browse pgsql-patches by date

  From Date Subject
Next Message Joe Conway 2004-09-25 18:49:06 Re: cvsup
Previous Message Andrew Dunstan 2004-09-25 17:04:39 cvsup