Game Development Community

CVS checkout does not work

by AIDan · in Torque Game Engine · 04/25/2002 (9:12 am) · 2 replies

That is the error I get:

cvs -z9 -q checkout -P -r Release_1_1_1 futureint@cvs.garagegames.com:/cvs/torque (in directory C:\futureint)
-f server: cannot find module 'futureint@cvs.garagegames.com:/cvs/torque' - ignored

cvs [checkout aborted]: cannot expand modules

*****CVS exited normally with code 1*****

Looks to me like something is wrong with your CVS server.

greetings
Daniel

#1
04/25/2002 (9:21 am)
cvs -z9 -q checkout -P -r Release_1_1_1 futureint@cvs.garagegames.com:/cvs/torque

should be:

cvs -z9 -d :pserver:futureint@cvs.garagegames.com:/cvs/torque checkout -r Release_1_1_1 torque
#2
04/25/2002 (12:21 pm)
I tried another program which did it fine.

Thanks, anyway

greetings
Daniel