Hi Mikael,
Mikael Grave schrieb:
> How does GUI built on top of CVS (like wincvs) do their "login"?
I don't know how WinCVS does it exactly, but certainly it uses the pserver
protocol as described in the cvsclient docu:
The client connects to the cvs pserver port (defaults to 2401) and sends
BEGIN AUTH REQUEST <LF>
<cvs root> <LF>
<username> <LF>
<password, trivially encoded> <LF>
END AUTH REQUEST <LF>
So the protocol itself does not require user interaction, it's the client
implementation that does (or does not).
Best regards
Martin
- Writing shell scripts that use CVS / Automatic checkout Mikael Grave
- Re: Writing shell scripts that use CVS / Automatic che... Donald Sharp
- Re: Writing shell scripts that use CVS / Automatic che... Karl Fogel
- Re: Writing shell scripts that use CVS / Automatic che... Larry Jones
- RE: Writing shell scripts that use CVS / Automatic che... Cameron, Steve
- RE: Writing shell scripts that use CVS / Automatic che... Chris Cameron
- Re: Writing shell scripts that use CVS / Automatic che... Mikael Grave
- Re: Writing shell scripts that use CVS / Automatic... Larry Jones
- Re: Writing shell scripts that use CVS / Automatic... Martin Roehrig
- Re: Writing shell scripts that use CVS / Automatic... S Karthikeyan
