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 !
Celestia Sources...
-
- Developer
- Posts: 944
- Joined: 18.07.2002
- With us: 22 years 4 months
- Location: Lyon (France)
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
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
-
- Developer
- Posts: 944
- Joined: 18.07.2002
- With us: 22 years 4 months
- Location: Lyon (France)
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:
A new celestia/ directory holding the latest sources will be created in the current directory.
--
Christophe
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