info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cvs -- connections


From: Donald Sharp
Subject: Re: cvs -- connections
Date: Mon, 21 Jan 2002 14:15:44 -0500
User-agent: Mutt/1.2.4i

On Mon, Jan 21, 2002 at 06:53:26PM +0000, Santosh Cheler wrote:
> 
> cvs login opens a tcpip connection and sends login information
> and saves the connection info.
> further cvs commands use the same connection to utilize
> the authentication done.
> Is that the way cvs clients work?

No.  cvs login opens a tcpip connection and sends your login
information.  If it succeeds it saves the password in
a file called .cvspass.  It then exits.

When you do another cvs command to the same repository it
opens the .cvspass file reads the password and then opens
a connection to the repository, using the stored password.

donald
> or every cvs command open a new connection?, and do they
> send the authentication every time?
> 
> thanks
> Santosh
> 
> 
> 
> -=-=-=-=-=-
> 
> _________________________________________________________________
> Send and receive Hotmail on your mobile device: http://mobile.msn.com
> 
> 
> _______________________________________________
> Info-cvs mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/info-cvs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]