[openbeos] Re: Problem with anonymous CVS checkout

  • From: "Waldemar Kornewald" <Waldemar.Kornewald@xxxxxx>
  • To: <openbeos@xxxxxxxxxxxxx>
  • Date: Thu, 27 May 2004 08:55:55 +0200

Hi,

> I regularly check out the latest changes of the OBOS CVS repository. But 
> since about two weeks (maybe a bit longer) ago it does not work anymore.
> 
> My checkout script is based on an article in an PBOS newsletter:
> [...]
> What is the reason for this behaviour? Are these problems already known?

The CVS server wants you to enter a password. The operation times out because 
you do not enter anything. ;)
Try pressing enter (empty string) when it asks to login.
Actually, it would be much better if you logged in once (manually on the 
terminal):

export CVSROOT=:pserver:anonymous@xxxxxxxxxxxxxxxxxxxx:/cvsroot/open-beos 
cvs login 
[on prompt press enter]

Then remove the login and logout lines from your script:

#!/bin/sh 
export CVSROOT=:pserver:anonymous@xxxxxxxxxxxxxxxxxxxx:/cvsroot/open-beos 
cd ~/obos_repos
cvs co . 

Now it should work without having to login.

Bye,
Waldemar

Other related posts: