Re: [HACKERS] CVS split problems

2002-10-22 Thread Peter Eisentraut
Marc G. Fournier writes:

 Okay, this is the only message(s) I have on this ... since merging
 earthdistance back into the tree will most likely cause more headaches,
 breakage and outcries, and since I see no reason why anyone would want to
 'checkout' a module that has already been checked out (instead of doing an
 update like the rest of us), there is no way I'm going to put
 earthdistance back in ...

 ... unless there is, in fact, a completely different problem?

It causes a useless and confusing divergence between the module names used
to check out things and the names that appear in various messages, files,
and the online views.  Certainly it'd be a bad idea to do this now, but
please do it after 7.3 is released.  Just because removing a silliness
causes a brief inconvenience is no reason to hang on to a silliness.

 Once v7.3 is released, I'd like to see a continuation of moving the
 non-core stuff over to GBorg, as well, so this will likely disappear at
 that time ...

The issues I point out would continue to exist.

-- 
Peter Eisentraut   [EMAIL PROTECTED]


---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]



Re: [HACKERS] CVS split problems

2002-10-21 Thread Marc G. Fournier
On Mon, 30 Sep 2002, Tom Lane wrote:

 Bruce Momjian [EMAIL PROTECTED] writes:
  I get on postgresql.org on a previously checked out CVS:

  $ cvs -q -d :pserver:[EMAIL PROTECTED]:/cvsroot checkout -P pgsql
  cvs checkout: move away pgsql/contrib/earthdistance/Makefile; it is in the way
  C pgsql/contrib/earthdistance/Makefile
  [etc]

 Note that cvs update doesn't give any complaints.

 I surmise that a checkout visits the earthdistance directory twice for
 some reason; perhaps it is listed in both of the modules comprising
 pgsql?

Okay, this is the only message(s) I have on this ... since merging
earthdistance back into the tree will most likely cause more headaches,
breakage and outcries, and since I see no reason why anyone would want to
'checkout' a module that has already been checked out (instead of doing an
update like the rest of us), there is no way I'm going to put
earthdistance back in ...

... unless there is, in fact, a completely different problem?

Once v7.3 is released, I'd like to see a continuation of moving the
non-core stuff over to GBorg, as well, so this will likely disappear at
that time ...




---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send unregister YourEmailAddressHere to [EMAIL PROTECTED])



Re: [HACKERS] CVS split problems

2002-09-30 Thread Marc G. Fournier

On Mon, 30 Sep 2002, Bruce Momjian wrote:

 Marc G. Fournier wrote:
 
  can you create a project on gborg under 'server modules' for this?

 Uh, I don't see the logic in moving earthdistance out of /contrib.  It
 uses /cube, which is in contrib.  I didn't think we were moving loadable
 modules out to gborg yet, and I didn't think we were doing that during
 beta.

Not on the branch, just on the head ... but, you have a point ... what
were those errors again?  and doing what?


---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly



Re: [HACKERS] CVS split problems

2002-09-30 Thread Bruce Momjian

Marc G. Fournier wrote:
 On Mon, 30 Sep 2002, Bruce Momjian wrote:
 
  Marc G. Fournier wrote:
  
   can you create a project on gborg under 'server modules' for this?
 
  Uh, I don't see the logic in moving earthdistance out of /contrib.  It
  uses /cube, which is in contrib.  I didn't think we were moving loadable
  modules out to gborg yet, and I didn't think we were doing that during
  beta.
 
 Not on the branch, just on the head ... but, you have a point ... what
 were those errors again?  and doing what?

I get on postgresql.org on a previously checked out CVS:

$ cvs -q -d :pserver:[EMAIL PROTECTED]:/cvsroot checkout -P pgsql
cvs checkout: move away pgsql/contrib/earthdistance/Makefile; it is in the way
C pgsql/contrib/earthdistance/Makefile
cvs checkout: move away pgsql/contrib/earthdistance/README.earthdistance; it is in the 
way
C pgsql/contrib/earthdistance/README.earthdistance
cvs checkout: move away pgsql/contrib/earthdistance/earthdistance.c; it is in the way
C pgsql/contrib/earthdistance/earthdistance.c
cvs checkout: move away pgsql/contrib/earthdistance/earthdistance.sql.in; it is in the 
way
C pgsql/contrib/earthdistance/earthdistance.sql.in
cvs checkout: move away pgsql/contrib/earthdistance/expected/earthdistance.out; it is 
in the way
C pgsql/contrib/earthdistance/expected/earthdistance.out
cvs checkout: move away pgsql/contrib/earthdistance/sql/earthdistance.sql; it is in 
the way
C pgsql/contrib/earthdistance/sql/earthdistance.sql

-- 
  Bruce Momjian|  http://candle.pha.pa.us
  [EMAIL PROTECTED]   |  (610) 359-1001
  +  If your life is a hard drive, |  13 Roberts Road
  +  Christ can be your backup.|  Newtown Square, Pennsylvania 19073

---(end of broadcast)---
TIP 6: Have you searched our list archives?

http://archives.postgresql.org



Re: [HACKERS] CVS split problems

2002-09-30 Thread Tom Lane

Bruce Momjian [EMAIL PROTECTED] writes:
 I get on postgresql.org on a previously checked out CVS:

 $ cvs -q -d :pserver:[EMAIL PROTECTED]:/cvsroot checkout -P pgsql
 cvs checkout: move away pgsql/contrib/earthdistance/Makefile; it is in the way
 C pgsql/contrib/earthdistance/Makefile
 [etc]

Note that cvs update doesn't give any complaints.

I surmise that a checkout visits the earthdistance directory twice for
some reason; perhaps it is listed in both of the modules comprising
pgsql?

regards, tom lane

---(end of broadcast)---
TIP 6: Have you searched our list archives?

http://archives.postgresql.org



Re: [HACKERS] CVS split problems

2002-09-29 Thread Marc G. Fournier


can you create a project on gborg under 'server modules' for this?

On Sun, 29 Sep 2002, Bruce Momjian wrote:


 Marc, I am still seeing these errors.  Would you please fix it?

 ---

 Bruce Momjian wrote:
  I am getting errors when doing a checkout, related to Marc's splitting
  up the CVS tree into modules:
 
  C pgsql/contrib/earthdistance/Makefile
  cvs checkout: move away
  pgsql/contrib/earthdistance/README.earthdistance; it is in the way
  C pgsql/contrib/earthdistance/README.earthdistance
  cvs checkout: move away pgsql/contrib/earthdistance/earthdistance.c; it
  is in the way
 
  I get this from a CVS checkout every time.  Can someone fix it?
 
  --
Bruce Momjian|  http://candle.pha.pa.us
[EMAIL PROTECTED]   |  (610) 359-1001
+  If your life is a hard drive, |  13 Roberts Road
+  Christ can be your backup.|  Newtown Square, Pennsylvania 19073
 
  ---(end of broadcast)---
  TIP 2: you can get off all lists at once with the unregister command
  (send unregister YourEmailAddressHere to [EMAIL PROTECTED])
 

 --
   Bruce Momjian|  http://candle.pha.pa.us
   [EMAIL PROTECTED]   |  (610) 359-1001
   +  If your life is a hard drive, |  13 Roberts Road
   +  Christ can be your backup.|  Newtown Square, Pennsylvania 19073



---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster



Re: [HACKERS] CVS split problems

2002-09-29 Thread Bruce Momjian

Marc G. Fournier wrote:
 
 can you create a project on gborg under 'server modules' for this?

Uh, I don't see the logic in moving earthdistance out of /contrib.  It
uses /cube, which is in contrib.  I didn't think we were moving loadable
modules out to gborg yet, and I didn't think we were doing that during
beta.

-- 
  Bruce Momjian|  http://candle.pha.pa.us
  [EMAIL PROTECTED]   |  (610) 359-1001
  +  If your life is a hard drive, |  13 Roberts Road
  +  Christ can be your backup.|  Newtown Square, Pennsylvania 19073

---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html



[HACKERS] CVS split problems

2002-09-28 Thread Bruce Momjian


Marc, I am still seeing these errors.  Would you please fix it?

---

Bruce Momjian wrote:
 I am getting errors when doing a checkout, related to Marc's splitting
 up the CVS tree into modules:
   
   C pgsql/contrib/earthdistance/Makefile
   cvs checkout: move away
   pgsql/contrib/earthdistance/README.earthdistance; it is in the way
   C pgsql/contrib/earthdistance/README.earthdistance
   cvs checkout: move away pgsql/contrib/earthdistance/earthdistance.c; it
   is in the way
 
 I get this from a CVS checkout every time.  Can someone fix it?
 
 -- 
   Bruce Momjian|  http://candle.pha.pa.us
   [EMAIL PROTECTED]   |  (610) 359-1001
   +  If your life is a hard drive, |  13 Roberts Road
   +  Christ can be your backup.|  Newtown Square, Pennsylvania 19073
 
 ---(end of broadcast)---
 TIP 2: you can get off all lists at once with the unregister command
 (send unregister YourEmailAddressHere to [EMAIL PROTECTED])
 

-- 
  Bruce Momjian|  http://candle.pha.pa.us
  [EMAIL PROTECTED]   |  (610) 359-1001
  +  If your life is a hard drive, |  13 Roberts Road
  +  Christ can be your backup.|  Newtown Square, Pennsylvania 19073

---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html