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

this works for me :

#!/bin/sh 
# check out the entire CVS repository for OpenBeOS 

cvs -d:pserver:anonymous@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx:/cvsroot/open-
beos login
cd ~/obos 
cvs -z3 -d:pserver:anonymous@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx:/cvsroot/
open-beos co .
#cvs logout 
#


> 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 ???
> 
> Sincerely
> Fernando Francisco de Oliveira
> fernando@xxxxxxxxxxxx
> 
> 



Other related posts: