Game Development Community

1.3.0 Torque and WinCVS Problems...

by Bryan Letcher aka "Panthros" · in Torque Game Engine · 09/19/2004 (3:36 pm) · 3 replies

I am having problems downloading with WinCVS. Any help would appreciated.

I get the following error message:

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

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

#1
09/19/2004 (3:52 pm)
My checkout of the release looks like this:

cvs -z6 checkout -r Release_1_3_0 torque

Make sure the module is torque and "by revision/tag/branch" is Release_1_3_0
#2
09/19/2004 (4:26 pm)
That did it, thanks...
#3
09/19/2004 (9:18 pm)
Yes, it's "Release_1_3_0"

There was a typo on the website for a bit, saying to use "RELEASE_1_3_0" but WinCVS apparently pays attention to case.