Game Development Community

Checking out?

by Neil Marshall · in Torque Game Engine · 12/13/2001 (8:39 pm) · 5 replies

I've already used the CVS to get the 1_1_0 version but I heard that there were updates to the level editor in recent versions, so I'm trying to update what I have to Dev_stable

What I'm doing is I login, enter my password, then try to checkout the Dev_stable build and this is the error I'm getting:

cvs -z6 login
(Logging in to WillyWonka@cvs.garagegames.com)

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

cvs -z6 checkout -P -r Dev_Stable torque (in directory C:\)
cvs [checkout aborted]: writing to server socket: Connection reset by peer

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

What am I doing wrong?

#1
12/14/2001 (9:42 am)
Dev_Stable hasn't been updated to include that mission editor changes. I'll see about doing that today or tomorrow. For now you'll have to get the HEAD revision.

Not sure what's going on with your cvs connection. Is it still doing this?
#2
12/14/2001 (9:57 am)
Looks like you were trying to checkout the code rather than update to the latest code. Since everyone only has Read-Only access you will get an error if you try to check a file out for modification.

--Rick
#3
12/14/2001 (10:01 am)
I believe checkout is the correct function to use (though you can use update as well if you already have it downloaded). Checkout doesn't actually get a writable version of the source.

If you try to edit a file, you get an error message that says you don't have write access.
#4
06/20/2006 (12:27 am)
How can i check out a Torques CVS Head.. I just purchased Torque Indie and The Enhancement mmo kit but cant seem to figure out what is going on here.. downloaded cvswin, Python torque indie and the mmo enhancement kit but cant seem to get the enchacement kit installed..

Can somebody help me..

Ken Johnson aka Kezryk
#5
06/20/2006 (1:28 am)
You might want to check this tdn article about it.

[url]http://tdn.garagegames.com/wiki/TGE/Getting_Started/CVS[\url]