Game Development Community

TSE Checkout?

by Jonathon Stevens · in Torque Game Engine Advanced · 07/01/2006 (9:15 am) · 3 replies

I'm having issues trying to checkout the latest version of TSE.

It's logging me in ok, but says it can't find tse.


Logging in to :pserver:<>:/cvs/torque

***** CVS exited normally with code 0 *****

cvs -z3 checkout tse (in directory D:\tse)
cvs server: cannot find module 'tse' - ignored
cvs [checkout aborted]: cannot expand modules

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

Anyone know what's up?

About the author

With a few casual games under his belt as CEO of Last Straw Productions, Jonathon created the increasingly popular Indie MMO Game Developers Conference.


#1
07/01/2006 (9:26 am)
Your login line says you are logging into the /torque repository, not the /tse repository.
#2
07/01/2006 (9:30 am)
I just checked out fine. I use this to checkout (TSE):
Quote:cvs -z3 -d :pserver;username=GGUsername;password=GGPassword:@cvs.garagegames.com:2401:/cvs/tse checkout -- tse (in directory C:\TSE\tse_3.5)
cvs checkout: cwd=C:\TSE\tse_3.5 ,current=C:\TSE\tse_3.5
...
***** CVS exited normally with code 0 *****
#3
07/01/2006 (9:42 am)
Good call Stephen. That's what I get for trying to do something before noon ;)