[GRASS5] Re: [GRASSLIST:1116] compiling postgres modules (fwd)

I'm forwarding this message to the list since there are a few open questions.
I've actually followed Justin's advice and am reinstalling the entire cvs tree
on my machine, but for the future it would be nice to know what is wrong...

Moritz

------- Forwarded Message

Hi Moritz

mlennert@club.worldonline.be wrote:

I'll try that. Is there any way of finding out if I checked out a
tagged tree? I don't think so, but wouldn't swear on it.

I'm not sure either, but you can ask Bernhard Reiter or John Huddleston.
Bernhard is the CVS administrator and John seems to be our CVS expert.

Justin when I type 'cvs update -PdA grass I get:

cvs update: cannot open CVS/Entries for reading: No such file or
directory
cvs [update aborted]: no repository

I don't get this message when I leave out 'grass'. Is this a problem ?

It always worked for me, so I'm not sure. If you have the time, you
might consider deleteing your grass tree and checking out the entire
source again (if you haven't made a lot of changes). I had to do it a
couple of times myself. I don't know for sure, it's getting out of my
league now. Perhaps Bernhard and John have better answers for you.
Sorry.

- --
Sincerely,

Jazzman (a.k.a. Justin Hickey) e-mail: jhickey@hpcc.nectec.or.th
High Performance Computing Center
National Electronics and Computer Technology Center (NECTEC)
Bangkok, Thailand

People who think they know everything are very irritating to those
of us who do. ---Anonymous

Jazz and Trek Rule!!!

------- End of Forwarded Message

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'

Hi Moritz

On Tue, Nov 14, 2000 at 11:27:15AM +0100, mlennert@club.worldonline.be wrote:

mlennert@club.worldonline.be wrote:
> I'll try that. Is there any way of finding out if I checked out a
> tagged tree? I don't think so, but wouldn't swear on it.

If you go into grass/ and update with
cvs update -dP

you get the latest code.

If you want a tagged version, open a new directory and
check it out:
cvs -z3 co -r "release_grass5beta8_26_july_2000" grass

> Justin when I type 'cvs update -PdA grass I get:
>
> cvs update: cannot open CVS/Entries for reading: No such file or
> directory
> cvs [update aborted]: no repository
>
> I don't get this message when I leave out 'grass'. Is this a problem ?

I update *within* grass directory and *without* grass-parameter
(see above). That works well for me.

Regards

Markus

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'

Moritz and Justin, (Grass list)

Yes, there is a very quick way to see if you have a TAG'd version
checked out. Look into the CVS subdirectory and the Entries file.
After the very last forward slash, there will be no value if it is the
current or HEAD value. If it is checked out with a TAG or release
number (which is the same thing as a tag) then you will see /T...
where ... is the tag name.

For instance, for a 'thatfile' which has more than one revision, do the following:

grep thatfile CVS/Entries
cvs update -r1.1 thatfile
grep thatfile CVS/Entries
cvs update -A thatfile
grep thatfile CVS/Entries

You will be able to see the difference. The jCVS and the WinCVS
show the TAG in the window if it exists. Hope that helps.

Regarding the message, cannot open CVS/Entres, you may have
checked out grass using the full command:

cvs -d :ext:user@intevation.de:/grassrepository co grass

In which case, no top level file would have been created. In this
case change in the grass directory and do the update

cd grass
cvs update -PdA .

John Huddleston

----- Original Message -----
From: <mlennert@club.worldonline.be>
To: <grass5@geog.uni-hannover.de>
Sent: Tuesday, November 14, 2000 3:27 AM
Subject: Re: [GRASS5] Re: [GRASSLIST:1116] compiling postgres modules (fwd)

I'm forwarding this message to the list since there are a few open questions.
I've actually followed Justin's advice and am reinstalling the entire cvs tree
on my machine, but for the future it would be nice to know what is wrong...

Moritz

------- Forwarded Message

Hi Moritz

mlennert@club.worldonline.be wrote:
> I'll try that. Is there any way of finding out if I checked out a
> tagged tree? I don't think so, but wouldn't swear on it.

I'm not sure either, but you can ask Bernhard Reiter or John Huddleston.
Bernhard is the CVS administrator and John seems to be our CVS expert.

> Justin when I type 'cvs update -PdA grass I get:
>
> cvs update: cannot open CVS/Entries for reading: No such file or
> directory
> cvs [update aborted]: no repository
>
> I don't get this message when I leave out 'grass'. Is this a problem ?

It always worked for me, so I'm not sure. If you have the time, you
might consider deleteing your grass tree and checking out the entire
source again (if you haven't made a lot of changes). I had to do it a
couple of times myself. I don't know for sure, it's getting out of my
league now. Perhaps Bernhard and John have better answers for you.
Sorry.

- --
Sincerely,

Jazzman (a.k.a. Justin Hickey) e-mail: jhickey@hpcc.nectec.or.th

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'