info-cvs
[Top][All Lists]
Advanced

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

RE: How to using logiin and checkout in a shell file?


From: Gawain Hammond
Subject: RE: How to using logiin and checkout in a shell file?
Date: Wed, 23 Jan 2002 13:33:01 -0000

i do this:

#!/bin/sh
export CVSROOT=:pserver:address@hidden:/cvs
echo users_password > file
cvs login < file
rm file
cvs co MODULE-NAME
#end

insecure maybe, but at least it works.

Gawain

-----Original Message-----
From: Matt Riechers [mailto:address@hidden
Sent: 23 January 2002 13:21
To: George xu
Cc: address@hidden
Subject: Re: How to using logiin and checkout in a shell file?


> George xu wrote:
> 
> Hello all:
>   I want to using shell auto-checkout up-to-date at min-night from cvs
server.
> How to login  before checkout  in a shell ?How can I put password in
CVSROOT ?

Login *once* and never logout.

-Matt

_______________________________________________
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]