Cannot Download Source Code

The place to discuss creating, porting and modifying Celestia's source code.
Topic author
BlindedByTheLight
Posts: 485
Joined: 19.03.2005
With us: 19 years 8 months
Location: Los Angeles, CA

Cannot Download Source Code

Post #1by BlindedByTheLight » 14.04.2006, 19:44

Anyone know if something has changed on CVS regarding anonymous access?

On Mac OS X, in Terminal, I type in the usual:

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

Then get the usual: "CVS password:"

At which point I hit return and get this....

cvs [login aborted]: end of file from server (consult above messages if any)

Thanks,
Steven
Steven Binder, Mac OS X 10.4.10

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

Post #2by ElChristou » 14.04.2006, 20:15

No, I get a similar error some time ago... you must wait perhaps a few hours, or till tomorrow... this seems to be problems at sourceforge...
Image

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

Post #3by BlindedByTheLight » 14.04.2006, 21:38

I'll keep my fingers crossed. It's been about two days now...
Steven Binder, Mac OS X 10.4.10

Avatar
John Van Vliet
Posts: 2944
Joined: 28.08.2002
With us: 22 years 2 months

re

Post #4by John Van Vliet » 14.04.2006, 22:46

see the sf site stat page
HEAR
http://sourceforge.net/docman/display_doc.php?docid=2352&group_id=1#top

Code: Select all

Project CVS Service:      Partial Outage In-Progress         Last updated: 2006-03-30 Pacific

(  2006-04-14 11:18:04 - Project CVS Service )   As of 2006-04-14 we have an estimate on when the replacement CVS hardware for the new infrastructure will arrive. As soon as we get in into our hands, we'll actively work on it, with a goal of having it online by the end of the month of April. This is a best guess, and may not get hit due to the aggressive timeline we have placed on this project. However, be assured that recovery of this service in full is our highest priority. The sync process between developer and anonymous CVS (ViewCVS, etc.) is disabled now until the new infrastructure is in place, to ensure we have maximum coverage for the small number of data corruption issues that have been detected. We understand this is sub-optimal, but strongly believe that the protection of the data is paramount.

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

Post #5by BlindedByTheLight » 14.04.2006, 23:47

Thanks John - so if I am to understand this correctly, there is no way to get the latest code off CVS until the end of April? Yikes.

(if so, sorry ElC - looks like that Mac build's gonna have to wait)
Steven Binder, Mac OS X 10.4.10

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

Post #6by ElChristou » 15.04.2006, 01:08

:? ... well, patience...
Image

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

Post #7by t00fri » 15.04.2006, 07:37

ElChristou wrote:No, I get a similar error some time ago... you must wait perhaps a few hours, or till tomorrow... this seems to be problems at sourceforge...


I don't have aproblem (just updated) , but I always enter SF via my developer account and the secure shell (ssh).

Bye Fridger

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

Post #8by ElChristou » 15.04.2006, 12:38

t00fri wrote:I don't have aproblem (just updated) , but I always enter SF via my developer account and the secure shell (ssh).


On the message pointed by John they are talking of a shut down of the anonymous logging till end of maintenance... now as you can confirm the dev logging is always ok...
Image

Avatar
John Van Vliet
Posts: 2944
Joined: 28.08.2002
With us: 22 years 2 months

re

Post #9by John Van Vliet » 19.04.2006, 06:22

well not all of sf cvs is down i got vips and nip so it seams that only some of the hardware is down ( the box with celestia) and others

oh well donated hardware and time and space things happen like at SETI@ home a few mounths back

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

Post #10by BlindedByTheLight » 19.04.2006, 07:02

Well, if anyone happens to have the latest source code - and can make it available (or I can leave my public drop box open on my iDisk - for those who know what that means)...I'd be happy to use it to compile a version for OS X.

Steve
Steven Binder, Mac OS X 10.4.10

Avatar
selden
Developer
Posts: 10192
Joined: 04.09.2002
With us: 22 years 2 months
Location: NY, USA

Post #11by selden » 19.04.2006, 09:48

You don't have to use CVS to get the files. A"tarball" is created every night of all of the files. It's currently 68MB and is available at http://cvs.sourceforge.net/cvstarballs/ ... ot.tar.bz2

Except that I keep losing the connection about 2/3 of the way through. Grrrr....
Selden

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

Post #12by BlindedByTheLight » 22.04.2006, 07:52

Selden... just curious... how would I navigate to that file from the web-site itself. I can't seem to find it.

Thanks,
S

EDIT: Actually, also - is the tarball, once uncompressed, the same as a download from CVS (mine looks a bit different)? I only ask because I can't even get Xcode to open with it. It says I'm missing a file.
Steven Binder, Mac OS X 10.4.10

Avatar
selden
Developer
Posts: 10192
Joined: 04.09.2002
With us: 22 years 2 months
Location: NY, USA

Post #13by selden » 22.04.2006, 12:02

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

Paolo
Posts: 502
Joined: 23.09.2002
With us: 22 years 2 months
Location: Pordenone/Italy

Post #14by Paolo » 22.04.2006, 21:42

Hi all
Its a while that I don't synchronize my CVS. I think immediately after the release 1.4.1, about three months ago.
Before starting with a 68 Mb download with my 56Kb connection I would like to ask if the development is still in progress and there are some good reasons to update the code or nothing significant is happenning, (like it seems to be, because of the lack of messages in the developer mailing list) and so it would be reasonable to wait until sourceforge will be fully operational again.
Kind regards
Remember: Time always flows, it is the most precious thing that we have.
My Celestia - Celui

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

Post #15by ElChristou » 22.04.2006, 23:48

Paolo wrote:... and there are some good reasons to update the code or nothing significant is happenning...


Apart the new star rendering (which is still in dev if I'm not wrong) nothing new...
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 #16by cartrite » 23.04.2006, 01:30

Paolo

I updated cvs in the beginning of April before the site went down to anonymous users and an old bug that causes a crash when one has star style = to points and rendering mode = basic seems to be back. I never heard any confirmations or fixes tho. The cvs version i had from January did not have this problem. Since I did not hear of a fix on this I'd have to assume it's still there. I'm waiting till cvs (sourceforge) is fixed.

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

Paolo
Posts: 502
Joined: 23.09.2002
With us: 22 years 2 months
Location: Pordenone/Italy

Post #17by Paolo » 03.05.2006, 20:57

Hi All

I've updated as anonymous user TortoiseCVS, Stellarium and others projects on sourceforge. Celestia is still unavailable.
Is it someone else experiencing this problem?

Kind regards
Remember: Time always flows, it is the most precious thing that we have.

My Celestia - Celui

Avatar
selden
Developer
Posts: 10192
Joined: 04.09.2002
With us: 22 years 2 months
Location: NY, USA

Post #18by selden » 03.05.2006, 21:10

It's been unavailable for at least a couple of weeks :-(
Selden

Sui Ota
Posts: 75
Joined: 05.10.2005
With us: 19 years 1 month
Location: Saitama, Japan

Post #19by Sui Ota » 07.05.2006, 07:53

I succeeded to download CVS several hours ago, but recent changes(after on downtime for anonymous users) were not reflected.
-Suι

Paolo
Posts: 502
Joined: 23.09.2002
With us: 22 years 2 months
Location: Pordenone/Italy

Post #20by Paolo » 07.05.2006, 11:55

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.
Remember: Time always flows, it is the most precious thing that we have.

My Celestia - Celui


Return to “Development”