Art Solano wrote:
> Can you script cvs login? I have read through the documentation and it
> only seems to be interactive.
>
[smc] It is AFAIK, always interactive, like telnet. That doesn't mean it
can't be scripted, what you might want is "expect", a program made
specifically for dealing with (scripting) interactive programs. URL is
http://expect.nist.gov/
The other thing, I believe "cvs login" is necessary only once, and
the necessary information is retained in the ".cvspass" Subsequent logins
are not required. So if your script is always to be run as the same user
against the same repository, just log that user in once and forget about
"cvs login"...
Hope it helps.
--steve