PDA

View Full Version : cvs, need help please



Elvampira
08-03-2003, 03:36 AM
Hi, I have the folloing problem, couldnt fix it by searching the board and so poasting asking for help:

cvs -d:pserver:[email protected]:/cvsroot/seq login

Logging in to :pserver:[email protected]:2401/cvsroot/seq

CVS password: <at this point I press enter>

cvs [login aborted]: connect to cvs.seq.sourceforge.net(66.35.250.207):2401 failed: Connection refused


thanx fer the help

Mr. Suspicious
08-03-2003, 05:33 AM
The sourceforge cvs server has it's "burps" searching the forums on the error you see will show you it's a thing that exists (and will exist) a long time already.

Elvampira
08-03-2003, 05:39 AM
1.7 Downloading latest version of ShowEQ
now we need to get the latest version of showeq from cvs. this step
is pretty easy. Some people remove or copy their ENTIRE source tree
before re-compiling, but that's not realy necessary, so we leave
that upto you. I am going to assume we are downloading in /seq
and that showeq will end up in /seq/showeq.

Code:

[]# cd /seq
[]# cvs -d:pserver:[email protected]:/cvsroot/seq login
[]# cvs -z3 -d:pserver:[email protected]:/cvsroot/seq co showeq
[]# cd /seq/showeq
[]# cvs update -P
[]# cvs -d :pserver:[email protected]:/cvsroot/seq logout


this is what it says in the documentation.. and after entering this command:
cvs -d:pserver:[email protected]:/cvsroot/seq login

I get this output:
Logging in to :pserver:[email protected]:2401/cvsroot/seq
CVS password: <here I press enter>
cvs [login aborted]: connect to cvs.seq.sourceforge.net(66.35.250.207):2401 failed: Connection refused

Mr. Suspicious
08-03-2003, 06:16 AM
Yes sorry, my previous post was made in to much haste. In the time you were reading the file I pointed to, I changed the response to a more appropriate one, my appologies.

Elvampira
08-04-2003, 12:07 AM
the crap is still burping for me :( is there no way around it? DL the newest version somewhere else??

or could it be that it is blocked by my firewall? but then it wouldnt let me give Password and then say connection rejected or?

thanx

Mr. Suspicious
08-04-2003, 03:25 AM
or could it be that it is blocked by my firewall?


There's an easy way of finding out: Try it with the firewall disabled.

Elvampira
08-04-2003, 10:02 AM
ok with firewall disabled I get this response:


Unknown host cvs.seq.sourceforge.net.

S_B_R
08-04-2003, 10:12 AM
what firewall are you using? hardware/software/model/brand

junk
08-04-2003, 11:38 AM
Unknown host cvs.seq.sourceforge.net

Read that carefully. The CVS server is cvs.sourceforge.net, not cvs.seq.sourceforge.net.

S_B_R
08-04-2003, 12:00 PM
cvs.seq.sourceforge.net is correct. see section 2.5 from the FAQ.
# cd /
# cvs -d:pserver:[email protected]:/cvsroot/seq login
Logging in to :pserver:[email protected]:2401/cvsroot/seq
CVS password:
# cvs -d:pserver:[email protected]:/cvsroot/seq co showeq

junk
08-04-2003, 06:45 PM
I only read the FAQ when I need help knowing where to look for something. ;) I got cvs.sourceforge.net off of the SEQ CVS (http://sourceforge.net/cvs/?group_id=10131&s=&menu=7) link in the "Main Menu" sidebar of this site. So we're both right. =)

Elvampira
08-05-2003, 03:04 AM
dumdidum..

just wish I could download the new version.. is there no other place to obtain it? or has noone else that problem?

who_me_use_seq
08-05-2003, 08:05 AM
There is, in fact, no other place to obtain it.

Elvampira
08-05-2003, 08:48 AM
does getting SEQ from CVS server work for you guys?? can you paste the command you are using?

thanx