Cannot Download Source Code

The place to discuss creating, porting and modifying Celestia's source code.
Avatar
t00fri
Developer
Posts: 8772
Joined: 29.03.2002
Age: 22
With us: 22 years 7 months
Location: Hamburg, Germany

Post #21by t00fri » 07.05.2006, 15:20

Paolo wrote:I can confirm. Now anonymous user access to CVS is granted for me. But when I've tried to update nothing was downloaded!

Kind regards.


Both Chris and I have quite a bit of non-committed stuff in our /local/ Sandboxes. There is not much point in committing intermediate results that are not yet fully operational. As an example, I can hardly commit my new PNG template code, before ElChristou and I have designed a complete, much improved set of PNG templates. This is quite time consuming...Since the templates may now be edited with standard software, one may use layer techniques and "all that" (which we have been doing extensively).

Similarly, the whole ongoing task of rendering O(10000) (bipolar) planetary nebulae and galactic clusters requires besides the new supporting code, an extensive PERL script to extract all of these in standard format for Celestia from the respective published catalogs etc... There is the completely new terrain of designing templates for these new challenging objects again based on sprites and some recent published papers (see this forum elsewhere)

Chris has rewritten things such that non-power of two sized textures can now be rendered. Unfortunately, there is still a bug in his code, which now seems located after plenty of feedback between us. Also the memory management in case of "monster sized" VT's will have to be improved since there are occasional crashes.

Finally, there are still a few "oddities" in Chris new "star" code that have to be fixed as well

Bye Fridger
Image

Topic author
BlindedByTheLight
Posts: 485
Joined: 19.03.2005
With us: 19 years 8 months
Location: Los Angeles, CA

Cannot Download Source Code

Post #22by BlindedByTheLight » 15.05.2006, 00:09

selden wrote:Steven,

I don't think there is a way to browse to that location from the Celestia page. That directory contains tarballs of all of the SourceForge projects. They're documented on the page http://sourceforge.net/docs/E04/#nightly_tarballs

The tarball contains a copy of the CVS archive, not a simple backup of sourcecode. This means you have to tell your CVS client to extract the files for you after you've untarred the archive.

I use this command. You'll have to change it to specify wherever you put the CVS archive.

Code: Select all

cvs -d /cygdrive/c/cvs/Celestia/celestia-cvsroot checkout celestia/


Thanks Selden. Anyone have any Mac OS X-friendly suggestion for someone who has NO idea what the above means? :)
Steven Binder, Mac OS X 10.4.10

phoenix
Posts: 214
Joined: 18.06.2002
With us: 22 years 5 months
Location: Germany - Berlin

Post #23by phoenix » 17.05.2006, 10:33

despite what sourceforge tells us, it still does not work for me:

cvs -z3 -d:pserver:anonymous@celestia.cvs.sourceforge.net:/cvsroot/celestia co -P celestia
can't create temporary directory /tmp/cvs-serv25838a
Too many links

*edit* seems to be fixed now
most recent celestia win32-SVN-build - use at your own risk (copy over existing 1.5.1 release)

Avatar
t00fri
Developer
Posts: 8772
Joined: 29.03.2002
Age: 22
With us: 22 years 7 months
Location: Hamburg, Germany

Post #24by t00fri » 17.05.2006, 19:58

phoenix wrote:despite what sourceforge tells us, it still does not work for me:

cvs -z3 -d:pserver:anonymous@celestia.cvs.sourceforge.net:/cvsroot/celestia co -P celestia
can't create temporary directory /tmp/cvs-serv25838a
Too many links

*edit* seems to be fixed now


It certainly works for me with precisely that command!

Personally--as a developer-- I enter CVS via ssh which also works again.

Bye Fridger
Image

ElChristou
Developer
Posts: 3776
Joined: 04.02.2005
With us: 19 years 9 months

Post #25by ElChristou » 17.05.2006, 20:05

Anonymous log is still down...
Personally I get:

Code: Select all

cvs [update aborted]: connect to cvs.sourceforge.net:2401 failed: Connection refused
Image

Avatar
cartrite
Posts: 1978
Joined: 15.09.2005
With us: 19 years 2 months
Location: Pocono Mountains, Pennsylvania, USA Greate Grandfother from Irshava, Zakarpattia Oblast Ukraine

Post #26by cartrite » 17.05.2006, 20:08

I tried Tortoise-cvs with Windows XP and cervisa with Suse 9.3 and can't get either one to work. I did create a test folder and opened a terminal there and used the command

Code: Select all

cvs -z3 -d:pserver:anonymous@celestia.cvs.sourceforge.net:/cvsroot/celestia co -P celestia
from the terminal and everything worked fine for a new checkout.:wink: :?

cartrite
VivoBook_ASUSLaptop X712JA_S712JA Intel(R) UHD Graphics 8gb ram. Intel(R) Core(TM) i5-1035G1 CPU @ 1.00GHz, 1190 Mhz, 4 Core(s), 8 Logical Processor(s) 8 GB ram. Running on Windows 11 and OpenSuse 15.4

Avatar
t00fri
Developer
Posts: 8772
Joined: 29.03.2002
Age: 22
With us: 22 years 7 months
Location: Hamburg, Germany

Post #27by t00fri » 17.05.2006, 20:10

ElChristou wrote:Anonymous log is still down...
Personally I get:

Code: Select all

cvs [update aborted]: connect to cvs.sourceforge.net:2401 failed: Connection refused


It works! Did you do really everything right??
After all I just did it 1minute ago...specially for you ;-)

I assure you it works.

Did you use the new address:

celestia.cvs.sourceforge.net:

??

Cheers,
Fridger
Image

Avatar
cartrite
Posts: 1978
Joined: 15.09.2005
With us: 19 years 2 months
Location: Pocono Mountains, Pennsylvania, USA Greate Grandfother from Irshava, Zakarpattia Oblast Ukraine

Post #28by cartrite » 17.05.2006, 20:19

I'm still in Linux so I tried to update the new checkout with cervisa and got NO errors. It seemed to work. Of course there was nothing to update. But when I try to update my older cvs version with cervisa I get

Code: Select all

cvs -f -q update -d -P  '.' 2>&1
cvs [update aborted]: connect to cvs.sourceforge.net(66.35.250.207):2401 failed: No route to host
[Exited with status 1]


Edit:Fridger wrote:
I assure you it works.

Did you use the new address:

celestia.cvs.sourceforge.net:
It's the address. I had cvs.sourceforge.net in my cvs root.


cartrite
VivoBook_ASUSLaptop X712JA_S712JA Intel(R) UHD Graphics 8gb ram. Intel(R) Core(TM) i5-1035G1 CPU @ 1.00GHz, 1190 Mhz, 4 Core(s), 8 Logical Processor(s) 8 GB ram. Running on Windows 11 and OpenSuse 15.4

Avatar
t00fri
Developer
Posts: 8772
Joined: 29.03.2002
Age: 22
With us: 22 years 7 months
Location: Hamburg, Germany

Post #29by t00fri » 17.05.2006, 20:27

cartrite wrote:I'm still in Linux so I tried to update the new checkout with cervisa and got NO errors. It seemed to work. Of course there was nothing to update. But when I try to update my older cvs version with cervisa I get

Code: Select all

cvs -f -q update -d -P  '.' 2>&1
cvs [update aborted]: connect to cvs.sourceforge.net(66.35.250.207):2401 failed: No route to host
[Exited with status 1]


Edit:Fridger wrote:
I assure you it works.

Did you use the new address:

celestia.cvs.sourceforge.net:
It's the address. I had cvs.sourceforge.net in my cvs root.


cartrite


You got to do a NEW checkout, since the internal server pointers in your old CVS version are incorrect (due to the address change). This was also stated in the SF instructions!

Then it worked all fine for me.

Bye Fridger
Image

maxim
Posts: 1036
Joined: 13.11.2003
With us: 21 years
Location: N?rnberg, Germany

Post #30by maxim » 17.05.2006, 20:33

It works for me too!

maxim
Get my stuff from celestia.ziegelstein.net

ElChristou
Developer
Posts: 3776
Joined: 04.02.2005
With us: 19 years 9 months

Post #31by ElChristou » 17.05.2006, 20:44

t00fri wrote:
ElChristou wrote:Anonymous log is still down...
Personally I get:

Code: Select all

cvs [update aborted]: connect to cvs.sourceforge.net:2401 failed: Connection refused

It works! Did you do really everything right??
After all I just did it 1minute ago...specially for you ;-)

I assure you it works.

Did you use the new address:

celestia.cvs.sourceforge.net:

??

Cheers,
Fridger


Yep, it works!
I wasn't aware of the change in the adress... shame on me...

Tx.
Image

Avatar
cartrite
Posts: 1978
Joined: 15.09.2005
With us: 19 years 2 months
Location: Pocono Mountains, Pennsylvania, USA Greate Grandfother from Irshava, Zakarpattia Oblast Ukraine

Post #32by cartrite » 17.05.2006, 21:02

Thank You Fridger,

I've been letting this go thinking that they were still working on it at sourceforge. And I never seen that the address was changed :oops:

Up and running too. :D
cartrite
VivoBook_ASUSLaptop X712JA_S712JA Intel(R) UHD Graphics 8gb ram. Intel(R) Core(TM) i5-1035G1 CPU @ 1.00GHz, 1190 Mhz, 4 Core(s), 8 Logical Processor(s) 8 GB ram. Running on Windows 11 and OpenSuse 15.4

Avatar
t00fri
Developer
Posts: 8772
Joined: 29.03.2002
Age: 22
With us: 22 years 7 months
Location: Hamburg, Germany

Post #33by t00fri » 17.05.2006, 21:10

good everybody...

go and get Chris' new code ;-)

Bye Fridger
Image

Christophe
Developer
Posts: 944
Joined: 18.07.2002
With us: 22 years 4 months
Location: Lyon (France)

Post #34by Christophe » 18.05.2006, 19:38

Rather than doing a fresh checkout you can also fix an existing sandbox with, for example:

Code: Select all

find . -name Root -exec perl -pi -e 's/cvs\.sourceforge\.net/celestia.cvs.sourceforge.net/' \{\} \;
Christophe

Avatar
t00fri
Developer
Posts: 8772
Joined: 29.03.2002
Age: 22
With us: 22 years 7 months
Location: Hamburg, Germany

Post #35by t00fri » 18.05.2006, 20:37

Christophe wrote:Rather than doing a fresh checkout you can also fix an existing sandbox with, for example:

Code: Select all

find . -name Root -exec perl -pi -e 's/cvs\.sourceforge\.net/celestia.cvs.sourceforge.net/' \{\} \;


sure enough, but a fresh checkout I can also do after some good German beers...(the checkout taking less than 1 minute on my system)

Bye Fridger
Image


Return to “Development”