The linuxbios website says to get the source tree from: cvs -d:pserver:anonymous@cvs.freebios.sourceforge.net:/cvsroot/freebios login
But it always times out (tried from varios locations).
When I go to the "CVS Repository" link, it says to get it from: cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/freebios login ...
That worked, but what I get appears to be a very old version. There's no freebios2 directory and nothing updated from this year.
On this page I see a freebios2 directory: http://cvs.sourceforge.net/viewcvs.py/freebios/#dirlist
What is the correct way to get the latest source tree?
There are two steps--Login and checkout. Try these two cvs commands:
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/freebios login (Hit retern when prompted for a password) cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/freebios co freebios2
Sorry about the
On Thu, 23 Sep 2004 12:33:03 -0400 (EDT) "Bryan E. Chafy" bchafy@ccs.neu.edu wrote:
The linuxbios website says to get the source tree from: cvs -d:pserver:anonymous@cvs.freebios.sourceforge.net:/cvsroot/freebios login
But it always times out (tried from varios locations).
When I go to the "CVS Repository" link, it says to get it from: cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/freebios login ...
That worked, but what I get appears to be a very old version. There's no freebios2 directory and nothing updated from this year.
On this page I see a freebios2 directory: http://cvs.sourceforge.net/viewcvs.py/freebios/#dirlist
What is the correct way to get the latest source tree? _______________________________________________ Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios
There are two steps--Login and checkout. Try these two cvs commands:
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/freebios login (Hit retern when prompted for a password) cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/freebios co freebios2
Sorry about the confusion. The page is getting kind of antiquated, but it's a pain to go through LANL and update it.
On Thu, 23 Sep 2004 12:33:03 -0400 (EDT) "Bryan E. Chafy" bchafy@ccs.neu.edu wrote:
The linuxbios website says to get the source tree from: cvs -d:pserver:anonymous@cvs.freebios.sourceforge.net:/cvsroot/freebios login
But it always times out (tried from varios locations).
When I go to the "CVS Repository" link, it says to get it from: cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/freebios login ...
That worked, but what I get appears to be a very old version. There's no freebios2 directory and nothing updated from this year.
On this page I see a freebios2 directory: http://cvs.sourceforge.net/viewcvs.py/freebios/#dirlist
What is the correct way to get the latest source tree? _______________________________________________ Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios
On Thu, 23 Sep 2004, Bryan E. Chafy wrote:
The linuxbios website says to get the source tree from: cvs -d:pserver:anonymous@cvs.freebios.sourceforge.net:/cvsroot/freebios login
export CVS_RSH=ssh and cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/freebios login
sorry.
This script has worked for me recently
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/freebios login cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/freebios co freebios cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/freebios co \ freebios2
ron