PDA

View Full Version : My cvs script is wrong, help please



seqforever
07-14-2004, 09:09 PM
Here is the scritp I have been using in the past to get showeq from CVS. Unfortunately it is pulling down v4 instead of v5 beta. Can someon point out what I am doing wrong?

thanks!

cd /seq
export CVSROOT=:pserver:[email protected]:/cvsroot/seq
cvs login
cvs co -r pre_5_0_beta showeq
cd showeq
make -f Makefile.dist
./configure && make
make install

FloppyDisk
07-15-2004, 09:23 AM
This is what your are currently using?

export CVSROOT=:pserver:[email protected]:/cvsroot/seq

Try using export CVSROOT=:pserver:[email protected] :/cvsroot/seq

Cryonic
07-15-2004, 09:46 AM
/me slaps FloppyDisk

That hasn't been true for several months now...

FloppyDisk
07-15-2004, 11:01 AM
Oh.. well Sorry Bout that seqforever.

thermos
07-15-2004, 12:58 PM
export CVSROOT=:pserver:[email protected]:/cvsroot/seq
cvs login
cvs co -r pre_5_0_beta showeq

got me v5 this morning.

seqforever
07-15-2004, 02:45 PM
export CVSROOT=:pserver:[email protected]:/cvsroot/seq
cvs login
cvs co -r pre_5_0_beta showeq

got me v5 this morning.

On a clean install?

zarget
07-15-2004, 06:41 PM
I'm not a seq wiz but looks like you dont have the right network setup...

Cryonic
07-15-2004, 07:55 PM
SEQforever, not sure about your script. Everything looks okay...

doox00 DON'T HIJACK A FUCKING THREAD.... Your problem is that SEQ is now v5.0.0.11 and you are running 5.0.0.7. That hasn't worked in months.

Go read the thread below this or look in the developer forum....

bonkersbobcat
07-15-2004, 07:55 PM
Edit: Moved response to this thread (http://www.showeq.net/forums/showthread.php?t=4912)

BB