system
(system)
1
esears1 wrote on Thursday, October 27, 2005:
Hi,
Im fairly new to cvs so I was wondering how can i download the openemr software from the cvs server?
I tried to do what was written down from the cvs page, but i got an error, it said "cvs [login aborted] : end of file from server"
what does that mean?
system
(system)
2
andres_paglayan wrote on Thursday, October 27, 2005:
$> cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/openemr login
(and enter for blank passwd)
then:
4> cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/openemr co -P openemr
(you may add ‘freeb’ to download FreeB)
system
(system)
3
esears1 wrote on Thursday, October 27, 2005:
Thanks…
The password was the problem…