Discussion:
CVS exited normally with code 1
zeus
2004-12-07 01:57:16 UTC
Permalink
Hello,

I am totally new to CVS. I am using winCVS and try to connent to CVS
server, and i receive this error code.

cvs -d ***@mycvshost.org:/var/cvs login
cvs [login aborted]: The :ext: protocol does not support the login command

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

What this error means?

i am using winCVS 1.3.20.2 Beta 20

Thanks.






------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/z3wwlB/TM
--------------------------------------------------------------------~->


Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/cvsgui/

<*> To unsubscribe from this group, send an email to:
cvsgui-***@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
Oliver Giesen
2004-12-07 10:30:14 UTC
Permalink
Post by zeus
I am totally new to CVS. I am using winCVS and try to connent to CVS
server, and i receive this error code.
cvs [login aborted]: The :ext: protocol does not support the
login command
***** CVS exited normally with code 1 *****
What this error means?
Well, it means that "The :ext: protocol does not support the login
command", IOW you don't need to use the login command with that protocol
(Login is basically only required with the :pserver: protocol and in
certain cases with the :sspi: protocol, a few other protocols support it
optionally).

With :ext: authentication will be handled by the external tunnel
application (typically an SSH client). How this will be done depends on
how you have configured that external client. SSH clients will by
default query you for a password for every single connection (in this
case: for every single command you send to the server). There's usually
also an option to authenticate using a private/public keypair. If your
private key is passphrase-protected you will be queried for that
passphrase for every single command (unless you use an SSH agent utility
to store the unencrypted key in memory which is the recommended way to
handle SSH connections). If it is not passphrase-protected you will not
have to enter anything and could simply run your commands. I strongly
recommend against passing the password as a commandline argument to the
SSH client, which would (hypothetically) be yet another alternative of
setting things up.

Hope this helps.

Oliver
------
In everybody's best interest, please do not post or CC technical
questions to me in private unless they are specifically about a
macro/product of mine that is NOT already bundled with WinCvs. I will
generally forward my replies to such posts to the CVSGUI list without
further notice.
---- ------------------
JID: ***@jabber.org
ICQ: 18777742 (http://wwp.icq.com/18777742)



------------------------ Yahoo! Groups Sponsor --------------------~-->
$4.98 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/Q7_YsB/neXJAA/yQLSAA/z3wwlB/TM
--------------------------------------------------------------------~->


Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/cvsgui/

<*> To unsubscribe from this group, send an email to:
cvsgui-***@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
Tasker,George
2004-12-07 13:04:28 UTC
Permalink
Code 1 means a failure. Code 0 means a success.

When you get a code 1, look at the line(s) above the code 1 to see what the
problem was. In your case, you have the preferences set up to try to use
the ":ext:" protocol, which (apparently) doesn't allow/require the login
command to be executed.

g


-----Original Message-----
From: zeus [mailto:***@bajingloncat.com]
Sent: Monday, December 06, 2004 8:57 PM
To: ***@yahoogroups.com
Subject: [cvsgui] CVS exited normally with code 1



Hello,

I am totally new to CVS. I am using winCVS and try to connent to CVS
server, and i receive this error code.

cvs -d ***@mycvshost.org:/var/cvs login
cvs [login aborted]: The :ext: protocol does not support the login command

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

What this error means?

i am using winCVS 1.3.20.2 Beta 20

Thanks.






Yahoo! Groups Sponsor

ADVERTISEMENT

<http://us.ard.yahoo.com/SIG=129puupna/M=298184.5639630.6699735.3001176/D=gr
oups/S=1707281907:HM/EXP=1102498966/A=2434971/R=0/SIG=11eeoolb0/*http://www.
netflix.com/Default?mqso=60185400> click here

<http://us.adserver.yahoo.com/l?M=298184.5639630.6699735.3001176/D=groups/S=
:HM/A=2434971/rand=531444192>


_____

Yahoo! Groups Links


* To visit your group on the web, go to:
http://groups.yahoo.com/group/cvsgui/
<http://groups.yahoo.com/group/cvsgui/>


* To unsubscribe from this group, send an email to:
cvsgui-***@yahoogroups.com
<mailto:cvsgui-***@yahoogroups.com?subject=Unsubscribe>


* Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
<http://docs.yahoo.com/info/terms/> .




[Non-text portions of this message have been removed]



------------------------ Yahoo! Groups Sponsor --------------------~-->
$4.98 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/Q7_YsB/neXJAA/yQLSAA/z3wwlB/TM
--------------------------------------------------------------------~->


Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/cvsgui/

<*> To unsubscribe from this group, send an email to:
cvsgui-***@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
zeus
2004-12-08 01:59:07 UTC
Permalink
Post by Tasker,George
Code 1 means a failure. Code 0 means a success.
When you get a code 1, look at the line(s) above the code 1 to see what the
problem was. In your case, you have the preferences set up to try to use
the ":ext:" protocol, which (apparently) doesn't allow/require the login
command to be executed.
Thank you George,

I able to log in, and winCVS prompt the password but i get this error:

cvs -d :pserver:***@mycvsserver:/var/cvs login
Logging in to :pserver:***@mycvsserver/var/cvs
cvs [login aborted]: connect to mycvsserver failed: A connection attempt
failed because the connected party did not properly respond after a
period of time, or established connection failed because connected host
has failed to respond.

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

That's means, the CVS server doesn't respond?
I already ask the admin about that.

Thank you.





------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/z3wwlB/TM
--------------------------------------------------------------------~->


Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/cvsgui/

<*> To unsubscribe from this group, send an email to:
cvsgui-***@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/

Loading...