Getting sources...

The place to discuss creating, porting and modifying Celestia's source code.
Topic author
Kendrix
Posts: 159
Joined: 02.06.2002
With us: 22 years 3 months
Location: near Paris, France
Contact:

Getting sources...

Post #1by Kendrix » 09.05.2004, 09:25

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 ?

Avatar
selden
Developer
Posts: 10190
Joined: 04.09.2002
With us: 22 years
Location: NY, USA

Post #2by selden » 09.05.2004, 12:59

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.
Selden


Return to “Development”