[openbeos] Re: How to get sources from CVS?

  • From: "Michael Phipps" <mphipps1@xxxxxxxxxxxxxxxx>
  • To: openbeos@xxxxxxxxxxxxx
  • Date: Wed, 27 Aug 2003 21:45:52 -0400

>I'm trying to use a script to download the OpenBeOS CVS sources but I'm 
>getting connection error...
>
>I'm using the following script 
>#!/bin/sh 
># check out the entire CVS repository for OpenBeOS 
>export CVSROOT=:pserver:anonymous@xxxxxxxxxxxxxxxxxxxx:/cvsroot/open-
>beos 
>cvs login 
>cd ~/obos 
>cvs co . 
>cvs logout 
>
>there are something wrong with it ???

I was never successful (using netserver) with cvs unless I use -z8. That 
enables compression.
I also don't login/logout, I just "co". Other than that, it looks pretty good. 
Are you setting CVS_RSH to "ssh"? Or do you not need that for anonymous (never 
used anonymous).



Other related posts: