Game Development Community

Cvs ? gone away

by Kevin Johnson · in Torque Game Engine · 10/05/2004 (1:33 pm) · 10 replies

Has cvs gone away? I keep getting connection refused from
cvs.garagegames.com(216.116.32.50):2401 failed:Connection refused. on redhat 9

#1
10/06/2004 (9:58 am)
CVS is up and working fine (I just updated). If you post your exact output, people may be able to figure out what's up.
#2
10/06/2004 (11:01 am)
Lol that was my exact output ..hehe here's some more details

export CVSROOT=:pserver:kevinj_j@cvs.garagegames.com:/cvs/torque

cvs login

then i get:

connection refused from cvs.garagegames.com(216.116.32.50):2401 failed:Connection refused
#3
10/06/2004 (8:43 pm)
Works fine for me, too.
#4
10/06/2004 (10:26 pm)
Did you forget the cvs -z3 command between export and login?
#5
10/06/2004 (10:33 pm)
Huh? "-z3" is a parameter passed to the "checkout", or "co". That comes after the login.

Unless you're setting something in the environment...
#6
10/06/2004 (11:06 pm)
Hmmm. I havent updated in a while but I do know that the GG CVS server will refuse your connection if you forgot to set the compression. Which is the -zN with N being a number from 0 to 9 and with 9 being the highest but more processor intensive. ;)

I usually set it to "-z6" which is the middleground.

r/Alex
#7
10/07/2004 (5:25 am)
Thanx.. that looks like it
:)
#8
11/06/2004 (10:01 am)
I am trying to get the most stable release.
Using the intructions for CVS
I get logged in fine but when i do the "CVS get -P -r tagname torque" with the TAGS the website suggest i get tag not found ?? anyone have any suggestions ????
#9
11/06/2004 (10:18 am)
I remember the site having a typo for 1_3_0 check that the case is set to the same as prior releases listed on the site (can't remember if its all lower or upper case :)

Or just download it by going to "my gargage" -> to the download link -> should automagicly list the linux one. If not you can manually choose which os you want from that page by clicking on the OS icons on the left hand side.
#10
11/09/2004 (9:08 am)
Ty that helped allot .. i got it figured out