Game Development Community

CVS checkout - is it working - july 2005?

by Charles B · in Torque Game Engine · 07/25/2005 (11:16 am) · 3 replies

I just got my license is CVS checkout still available?

where's the doc for CVS checkout with linux command line?

just one command should work - like this ?

cvs -z9 -d :pserver:@cvs.garagegames.com:/cvs/torque checkout -r Release_1_3
_1 torque

Actually I want to compile with gcc 3.4.3 on mandrake 10.1 official dl so maybe something higher than release_1_3_1 ?


I can see the invalid message if a put a fake password for myself but
when I put the correct GG forum login password it just drops back to the command line with no messages.

#1
07/25/2005 (12:04 pm)
Your compression level should be 3, not 9. (-z3 not -z9)
#2
07/25/2005 (1:52 pm)
On
http://www.garagegames.com/docs/tge/general/apas05.php

it says

make sure you start with a clean copy of the HEAD revision. See the using CVS instructions in the engine set-up guide for information on checking out or updating to the HEAD revision.


when you follow the link, there is no CVS instructions.
#3
07/25/2005 (5:20 pm)
If you're not trying to generate a patch, I wouldn't worry about those docs - they're in a section that's a little out of date anyway.