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 ?
Getting sources...
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
It also says you'll need to install celestia into a new directory.
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.
Selden