Can't checkout from CVS
by Michael Hartlef · in Torque Game Engine · 05/07/2003 (9:10 am) · 10 replies
Hello all,
I can connect to the cvs server but I can#t check out. I use WinCVS 1.2. This is what I get:
cvs login
(Logging in to MikeHart@cvs.garagegames.com)
*****CVS exited normally with code 0*****
cvs -z6 checkout -P -r Release_1_1_2 torque (in directory C:\)
Fatal error, aborting.
mikehart: authentication failed
cvs checkout: authorization failed: server cvs.garagegames.com rejected access to /cvs/torque for user mikehart
cvs checkout: used empty password; try "cvs login" with a real password
*****CVS exited normally with code 1*****
What I don't get is the thing that tells me that I try to checkout with an empty passwort. I'm logged in and I can't type in another password.
Does anyone no what I do wrong?
And with Tag is it for the HEAD version. Just HEAD or Release_HEAD.
Cu
Michael Hartlef
I can connect to the cvs server but I can#t check out. I use WinCVS 1.2. This is what I get:
cvs login
(Logging in to MikeHart@cvs.garagegames.com)
*****CVS exited normally with code 0*****
cvs -z6 checkout -P -r Release_1_1_2 torque (in directory C:\)
Fatal error, aborting.
mikehart: authentication failed
cvs checkout: authorization failed: server cvs.garagegames.com rejected access to /cvs/torque for user mikehart
cvs checkout: used empty password; try "cvs login" with a real password
*****CVS exited normally with code 1*****
What I don't get is the thing that tells me that I try to checkout with an empty passwort. I'm logged in and I can't type in another password.
Does anyone no what I do wrong?
And with Tag is it for the HEAD version. Just HEAD or Release_HEAD.
Cu
Michael Hartlef
#2
05/07/2003 (9:51 am)
The most recent updates are not happening to the HEAD branch. They are being added to a new Demo fork.
#3
However, an attempt to do a full checkout still does not work for me. When you click on the C: drive in WinCVS you either get a message requesting you to enter your password, or if you attempt to do a logout and login you get an error 2401 connection refused message.
Also, for the CVS record, Michael you would normally specify HEAD to get the latest version - and, if you do not specify anything, you automatically should get the Head version.
Though if Harold is right (and he usually is ;) ...) then the latest is actually in the new Demo branch.
05/07/2003 (10:01 am)
Thanks for that bit of info, Harold. However, an attempt to do a full checkout still does not work for me. When you click on the C: drive in WinCVS you either get a message requesting you to enter your password, or if you attempt to do a logout and login you get an error 2401 connection refused message.
Also, for the CVS record, Michael you would normally specify HEAD to get the latest version - and, if you do not specify anything, you automatically should get the Head version.
Though if Harold is right (and he usually is ;) ...) then the latest is actually in the new Demo branch.
#4
05/07/2003 (10:54 am)
CVS is working for me with WinCVS 1.2 right now
#5
Anyone a clue?
05/07/2003 (11:00 am)
Damn, still I get the same error message that I posted above.Anyone a clue?
#6
Before you can do a get you must go to WinCVS Admin->Login and enter your password.
--Rick
05/07/2003 (11:35 am)
Mike,Before you can do a get you must go to WinCVS Admin->Login and enter your password.
--Rick
#7
Starting from a "logged out" WinCVS
Start WinCVS 1.2
Click on my C:\ so it is highlighted.
Set my preferences In Admin -> Preferences
Go to Admin -> Login and put in my password. Get the following error...
CVSROOT: :pserver:ddougher@garagegames.com:/cvs/torque (password authentication)
TCL is available, shell is enabled : help (select and press enter)
cvs -z6 login
(Logging in to ddougher@garagegames.com)
cvs [login aborted]: connect to garagegames.com:2401 failed: Connection refused
*****CVS exited normally with code 1*****
Note: I tried this with and without :pserver: Same result.
05/07/2003 (1:19 pm)
Here's the sequence I get that doesn't work for me...Starting from a "logged out" WinCVS
Start WinCVS 1.2
Click on my C:\ so it is highlighted.
Set my preferences In Admin -> Preferences
Go to Admin -> Login and put in my password. Get the following error...
CVSROOT: :pserver:ddougher@garagegames.com:/cvs/torque (password authentication)
TCL is available, shell is enabled : help (select and press enter)
cvs -z6 login
(Logging in to ddougher@garagegames.com)
cvs [login aborted]: connect to garagegames.com:2401 failed: Connection refused
*****CVS exited normally with code 1*****
Note: I tried this with and without :pserver: Same result.
#8
It should be:
ddougher@cvs.garagegames.com:/cvs/torque
05/07/2003 (1:25 pm)
I see the problem you're having David.It should be:
ddougher@cvs.garagegames.com:/cvs/torque
#9
like you can see in the post I did on top, I put in my password. To my understanding
when I get
*****CVS exited normally with code 0*****
... I logged in successfully. After the first install of WinCVS I could connect fine and started to download 1_1_2 fine but canceled it. I downloaded the zip file then at that time. Now that I wanna get the HEAD release I can't checkout anymore.
Any clue? Thanx for the effort to help me.
05/08/2003 (12:42 am)
Hello Rick,like you can see in the post I did on top, I put in my password. To my understanding
when I get
*****CVS exited normally with code 0*****
... I logged in successfully. After the first install of WinCVS I could connect fine and started to download 1_1_2 fine but canceled it. I downloaded the zip file then at that time. Now that I wanna get the HEAD release I can't checkout anymore.
Any clue? Thanx for the effort to help me.
#10
Clicking(marking) on the C: drive in WinCVS did the trick.
05/08/2003 (10:27 am)
Just wanna thank everyone for their help.Clicking(marking) on the C: drive in WinCVS did the trick.
Torque Owner David Dougher
Pariah Games
I cannot login - I get a 2401 connection refused message.
But if I click on an older version I can connect and update. But the updates do not seem to match the most recent checkins. :(
Specifically, I do not see the guiBitmapButton.cc and .h files that have been added to the HEAD.
Interestingly, If I run the Update, the system compiles fine - without these files being present - so I'm assuming that other files are not being updated in my download as well. (I'm guessing that changes to guiCanvas.cc would be required to recognize the new guiBitmapButton and that without them I should at the least get a link error.)
Actually I think this needs to get bumped over to the Bugs section... I'll report it.