Page 1 of 1

Celestia Sources...

Posted: 25.12.2002, 19:43
by Kendrix
Hi,

I would like to continue to code on Celestia but I have the sources of the 1.2.4 version... Is there a way with sourceforge to download all the latest sources in a short way ? (not file by file !)

Thanx !

Posted: 25.12.2002, 22:55
by Christophe
Of course there is!

Follow the instructions for anonymous CVS access. If you're under Linux you probably already have a cvs client, under Windows you'll need to get WinCVS.

--
Christophe

Posted: 26.12.2002, 09:18
by Kendrix
Thanx !!!

Posted: 26.12.2002, 10:21
by Kendrix
Well... The only thing I can update with wincvs or cvs (under DOS) is the "extras" directory... Why ???

Can someone explain me how this works ???

I have never used cvs before...

Posted: 26.12.2002, 11:30
by Christophe
I don't understand what you're trying to do/what's not working for you.

You can only update a source directory if it was checked out (created) with cvs.

If you enter the two commands provided on Sourceforge:

Code: Select all

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


A new celestia/ directory holding the latest sources will be created in the current directory.

--
Christophe

Posted: 26.12.2002, 11:48
by Kendrix
Thanx it works...

I was thinking that cvs was working like ftp...