Page 1 of 1

Getting sources...

Posted: 09.05.2004, 09:25
by Kendrix
Hello,

Until now, I was using the following script to get the latest sources of Celestia.

cvs -d:pserver:anonymous@cvs.celestia.sourceforge.net:/cvsroot/celestia login

cvs -z3 -
d:pserver:anonymous@cvs.celestia.sourceforge.net:/cvsroot/celestia co celestia

But now it doesn't work anymore... (connection timeout).
Any idea ?

Posted: 09.05.2004, 12:59
by selden
You should read their status page at http://sourceforge.net/docman/display_doc.php?docid=2352&group_id=1. It has more details, but it says you should now use cvs.sourceforge.net not cvs.PROJECTNAME.sourceforge.net

In other words, use

Code: Select all

cvs -z3 -
d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/celestia co celestia


It also says you'll need to install celestia into a new directory.