Cannot Download Source Code
-
Topic authorBlindedByTheLight
- Posts: 485
- Joined: 19.03.2005
- With us: 19 years 8 months
- Location: Los Angeles, CA
Cannot Download Source Code
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
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
-
- Developer
- Posts: 3776
- Joined: 04.02.2005
- With us: 19 years 9 months
-
Topic authorBlindedByTheLight
- Posts: 485
- Joined: 19.03.2005
- With us: 19 years 8 months
- Location: Los Angeles, CA
- John Van Vliet
- Posts: 2944
- Joined: 28.08.2002
- With us: 22 years 2 months
re
see the sf site stat page
HEAR
http://sourceforge.net/docman/display_doc.php?docid=2352&group_id=1#top
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 authorBlindedByTheLight
- Posts: 485
- Joined: 19.03.2005
- With us: 19 years 8 months
- Location: Los Angeles, CA
-
- Developer
- Posts: 3776
- Joined: 04.02.2005
- With us: 19 years 9 months
-
- Developer
- Posts: 3776
- Joined: 04.02.2005
- With us: 19 years 9 months
- John Van Vliet
- Posts: 2944
- Joined: 28.08.2002
- With us: 22 years 2 months
re
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
oh well donated hardware and time and space things happen like at SETI@ home a few mounths back
-
Topic authorBlindedByTheLight
- Posts: 485
- Joined: 19.03.2005
- With us: 19 years 8 months
- Location: Los Angeles, CA
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....
Except that I keep losing the connection about 2/3 of the way through. Grrrr....
Selden
-
Topic authorBlindedByTheLight
- Posts: 485
- Joined: 19.03.2005
- With us: 19 years 8 months
- Location: Los Angeles, CA
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.
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
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.
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
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
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
-
- Developer
- Posts: 3776
- Joined: 04.02.2005
- With us: 19 years 9 months
- 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
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
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