Re: cvsup - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: cvsup
Date
Msg-id 4155BA19.60108@dunslane.net
Whole thread Raw
In response to cvsup  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: cvsup  (Joe Conway <mail@joeconway.com>)
List pgsql-hackers
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


pgsql-hackers by date:

Previous
From: Daniel Ahlin
Date:
Subject: Re: Allow change of kerberos service name without recompilation
Next
From: Joe Conway
Date:
Subject: Re: cvsup