Game Development Community

WinCVS 2.0.2.4 (build 4)

by Jonathon Stevens · in Torque Game Engine Advanced · 09/28/2006 (7:37 pm) · 12 replies

I had WinCVS 1.3 working fine, but when I moved to 2.0 everything went to hell in a handbag.

I know they removed the admin preferences, but when I enter the proper cvsroot under admin->login (at the bottom) which I put :pserver:myloginname@cvs.garagegames.com:/cvs/tse

I get the following error:

cvs -d :pserver:myloginname@cvs.garagegames.com:/cvs/tse login 
Unable to initialize the CVS process: The system cannot find the file specified.
The CVS used is : cvs.exe

Thoughts?

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
09/29/2006 (8:10 am)
Try reinstalling WinCVS? Or ensure you have CVSNT installed (the base code on which WinCVS is built).
#2
09/29/2006 (8:27 am)
I haven't been able to get the latest vesrion of WinCVS working either so I reverted to the old version listed in the TDN article.
#3
09/29/2006 (11:13 am)
Yeah, I reverted to 1.3 rather than fight with 2.0 also. I just need it to work, the version is not important to me.
#4
09/29/2006 (11:28 am)
@Ryan - I reinstalled WinCVS a few times and attempted to get it to work a few different ways to no avail. You can't install WinCVS without installing CVSNT anymore, it is grayed out.

I did end up going back to version 1.3 and that works fine, but it'd be nice to get the latest release's bug fixes and features, so if anyone can resolve this, that'd be great!
#5
10/01/2006 (7:35 am)
Hi,

For the cvs root in the checkout dialog use

:pserver;username=whatever;password=whatever;hostname=cvs.garagegames.com:/cvs/tse

Obviously replace "whatever" with your correct username and password :-)

Dave.
#6
10/01/2006 (7:58 am)
Woohoo! thanks dave, that did the trick!
#7
10/01/2006 (9:03 am)
I'll have to note that.
I'm using an older version of WinCVS 2, 2.0.0.2[build 2]
and specify my cvsroot as
:pserver:myloginname@cvs.garagegames.com:/cvs/tse

works without problem.
#8
10/01/2006 (9:16 am)
No probs Jonathon. Had plenty help myself recently :-)
#9
10/01/2006 (10:23 am)
Now if we could just talk GG into switching to svn... ;)
#10
10/06/2006 (5:15 am)
I agree, SVN is much easier to use .
#11
10/06/2006 (7:15 am)
Can someone put this update into the wiki? it really does belong in TDN next to the other directions.
#12
10/06/2006 (1:57 pm)
I think someone did... they essentially copied one of my posts (explaining the quick and dirty instructions) into the wiki... not sure which page though.