info-cvs
[Top][All Lists]
Advanced

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

Réf. : Re: pserver


From: Arnaud De Timmerman
Subject: Réf. : Re: pserver
Date: Mon, 4 Dec 2000 15:39:14 +0100

Larry,

>The server wants to see "BEGIN AUTH REQUEST\n", but the telnet protocol
>mandates that each line end with <CR><LF>, so it's really seeing "BEGIN
>AUTH REQUEST\r\n" -- it's the extra <CR> that it objects to.
Thanks, now I go further :)

When I send this to the server
<snip>
BEGIN AUTH REQUEST
/home/to/my/repository
anonymous
Ablablabla
END AUTH REQUEST
</snip>

it answers
<snip>
I HATE YOU
</snip>

Because I try "anonymous" the password shouldn't be important, right ?

If I remove "A" before "blablabla" answers is
<snip>
cvs
 [pserver aborted]: descramble: unknown scrambling method
</snip>

So I think the way I send my settings are pretty correct.

My file $CVSROOT/CVSROOT/passwd (CRLF mode) just contains
<snip>
anonymous:
</snip>

What do I have to change ?

Thanks.





reply via email to

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