Is there any reason to keep the CVS repository?

The place to discuss creating, porting and modifying Celestia's source code.
Topic author
ajtribick
Developer
Posts: 1855
Joined: 11.08.2003
With us: 21 years 3 months

Is there any reason to keep the CVS repository?

Post #1by ajtribick » 23.03.2008, 19:44

The Celestia project page on Sourceforge.net lists both the SVN and CVS repositories - surely if the development is now happening on SVN, the CVS repository should be removed?

chris
Site Admin
Posts: 4211
Joined: 28.01.2002
With us: 22 years 9 months
Location: Seattle, Washington, USA

Re: Is there any reason to keep the CVS repository?

Post #2by chris » 23.03.2008, 19:58

ajtribick wrote:The Celestia project page on Sourceforge.net lists both the SVN and CVS repositories - surely if the development is now happening on SVN, the CVS repository should be removed?


I don't think that there's a reason to keep it. I just removed it from the 'Code' menu on the SourceForge page, though the CVS repository still exists. If there's some reason to make it visible again, this is easy enough to do.

--Chris

Avatar
Chuft-Captain
Posts: 1779
Joined: 18.12.2005
With us: 18 years 11 months

Post #3by Chuft-Captain » 24.03.2008, 03:01

Might be useful to leave it just so that the history of past fixes can still be seen.

CC
"Is a planetary surface the right place for an expanding technological civilization?"
-- Gerard K. O'Neill (1969)

CATALOG SYNTAX HIGHLIGHTING TOOLS LAGRANGE POINTS

danielj
Posts: 1477
Joined: 15.08.2003
With us: 21 years 3 months

Re: Is there any reason to keep the CVS repository?

Post #4by danielj » 27.03.2008, 13:44

I didn?t understand.
CVN is the place to find Release Candidates(RC),or in other words,test versions that don?t need to be compiled.But what about the individual files and updates.Is there any CVN repository?Where is it?

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

Re: Is there any reason to keep the CVS repository?

Post #5by t00fri » 27.03.2008, 17:17

danielj wrote:I didn?t understand.
CVN is the place to find Release Candidates(RC),or in other words,test versions that don?t need to be compiled.But what about the individual files and updates.Is there any CVN repository?Where is it?

Daniel,

you composed a new repository name by contracting CVS and SVN -> CVN, which (of course) does not exist. ;-)

Didn't we discuss many times already that the users who do not want to learn how to compile the code, will have to wait until new official releases appear or some nice guys like cartrite do a compilation for you. Apart from that you can have a look in the Motherlode or at Celestia Matters.

The SVN is the new place where Celestia development takes place. But there you mostly don't find ready to use resources.

That's all there is.

F.
Image

chris
Site Admin
Posts: 4211
Joined: 28.01.2002
With us: 22 years 9 months
Location: Seattle, Washington, USA

Re:

Post #6by chris » 27.03.2008, 17:38

Chuft-Captain wrote:Might be useful to leave it just so that the history of past fixes can still be seen.

CC

The entire history of revisions was preserved when I converted the CVS repository to SVN. Everything back to Feb 2001 is still there.

--Chris

danielj
Posts: 1477
Joined: 15.08.2003
With us: 21 years 3 months

Re: Is there any reason to keep the CVS repository?

Post #7by danielj » 27.03.2008, 20:22

But where is the svn directory?

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

Re: Is there any reason to keep the CVS repository?

Post #8by selden » 27.03.2008, 20:48

danielj wrote:But where is the svn directory?

Code: Select all

 svn co https://celestia.svn.sourceforge.net/svnroot/celestia/trunk
Selden

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

Re: Is there any reason to keep the CVS repository?

Post #9by cartrite » 27.03.2008, 22:12

danielj wrote:But where is the svn directory?
Danielj,
Download Tortoise SVN from here. http://tortoisesvn.net/downloads
After it is installed, when you right click somewhere, you should see svn checkout.
Click on that and a window appears.
Then add this line to "URL of repository:"

Code: Select all

https://celestia.svn.sourceforge.net/svnroot/celestia/trunk

It will then download the files. After, just right click on the celestia folder and choose svn update.
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

danielj
Posts: 1477
Joined: 15.08.2003
With us: 21 years 3 months

Re: Is there any reason to keep the CVS repository?

Post #10by danielj » 30.03.2008, 02:48

There is a problem with this link...the page couldn?t be found!

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

Re: Is there any reason to keep the CVS repository?

Post #11by selden » 30.03.2008, 12:41

danielj wrote:There is a problem with this link...the page couldn?t be found!

Daniel,

It is not a URL for use with a Web browser. It is for use with Subversion.
Selden

Topic author
ajtribick
Developer
Posts: 1855
Joined: 11.08.2003
With us: 21 years 3 months

Re: Is there any reason to keep the CVS repository?

Post #12by ajtribick » 30.03.2008, 12:42

If you want to browse the repository, go to http://celestia.svn.sourceforge.net/vie ... tia/trunk/

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

Re: Is there any reason to keep the CVS repository?

Post #13by BlindedByTheLight » 31.03.2008, 06:35

I've been away for awhile but just happened to stumble onto this thread. The source code has been moved?

Does that mean I have to start all over with my Mac OS X monkey-button pushing way of compiling the source code? Prior, I used Terminal to download the source code then used Xcode to compile. Anyone know if I can do it basically the same way?

Steve
Steven Binder, Mac OS X 10.4.10

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

Re: Is there any reason to keep the CVS repository?

Post #14by ElChristou » 31.03.2008, 10:40

BlindedByTheLight wrote:I've been away for awhile but just happened to stumble onto this thread. The source code has been moved?

Does that mean I have to start all over with my Mac OS X monkey-button pushing way of compiling the source code? Prior, I used Terminal to download the source code then used Xcode to compile. Anyone know if I can do it basically the same way?

Code: Select all

cd celestia
svn update


:wink:
Image

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

Re: Is there any reason to keep the CVS repository?

Post #15by BlindedByTheLight » 01.04.2008, 06:38

Thanks ElC. Am I correct to assume that's how one updates my code. But how do I get it down in the first place?

Thanks,
S

P.S. And is it me...or has this forum changed its appearance?
Steven Binder, Mac OS X 10.4.10

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

Re: Is there any reason to keep the CVS repository?

Post #16by ElChristou » 01.04.2008, 11:15

BlindedByTheLight wrote:Thanks ElC. Am I correct to assume that's how one updates my code. But how do I get it down in the first place?

Thanks,
S

P.S. And is it me...or has this forum changed its appearance?

It's you I think...

:lol: :wink:

I don't even recall to have redownloaded the whole source... Dw, osX builders, any commands before updating?
Image

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

Re: Is there any reason to keep the CVS repository?

Post #17by selden » 01.04.2008, 12:09

Blinded,

With the command line version of subversion, the initial setup and download is accomplished by creating and cd'ing to an appropriate directory, and then use this command to download the current development code for Celestia v1.6.0:

Code: Select all

svn checkout https://celestia.svn.sourceforge.net/svnroot/celestia/trunk

It's about 100MB.

Code: Select all

svn checkout https://celestia.svn.sourceforge.net/svnroot/celestia

Will download the sourcecode for all previous versions of Celestia, but that's more like 1GB.
Selden

symaski62
Posts: 610
Joined: 01.05.2004
Age: 41
With us: 20 years 6 months
Location: france, divion

Re: Is there any reason to keep the CVS repository?

Post #18by symaski62 » 01.04.2008, 15:36

selden wrote:Blinded,

With the command line version of subversion, the initial setup and download is accomplished by creating and cd'ing to an appropriate directory, and then use this command to download the current development code for Celestia v1.6.0:

Code: Select all

svn checkout https://celestia.svn.sourceforge.net/svnroot/celestia/trunk

It's about 100MB.

Code: Select all

svn checkout https://celestia.svn.sourceforge.net/svnroot/celestia

Will download the sourcecode for all previous versions of Celestia, but that's more like 1GB.

ok +1 "trunk" :)
windows 10 directX 12 version
celestia 1.7.0 64 bits
with a general handicap of 80% and it makes much d' efforts for the community and s' expimer, thank you d' to be understanding.

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

Re: Is there any reason to keep the CVS repository?

Post #19by BlindedByTheLight » 06.04.2008, 03:05

Thanks Selden,

I tried using Terminal (the unix command line GUI for OS X)...and got this:

MBP17-2:~ bud$ svn checkout https://celestia.svn.sourceforge.net/sv ... stia/trunk
Error validating server certificate for 'https://celestia.svn.sourceforge.net:443':
- The certificate is not issued by a trusted authority. Use the
fingerprint to validate the certificate manually!
Certificate information:
- Hostname: *.svn.sourceforge.net
- Valid: from Tue, 09 Oct 2007 22:15:07 GMT until Mon, 08 Dec 2008 23:15:07 GMT
- Issuer: Equifax Secure Certificate Authority, Equifax, US
- Fingerprint: fb:75:6c:40:58:ae:21:8c:63:dd:1b:7b:6a:7d:bb:8c:74:36:e7:8a
(R)eject, accept (t)emporarily or accept (p)ermanently?

I tried temporarily...and it worked. Is that right?

S
Steven Binder, Mac OS X 10.4.10

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

Re: Is there any reason to keep the CVS repository?

Post #20by ElChristou » 06.04.2008, 11:57

BlindedByTheLight wrote:I tried temporarily...and it worked. Is that right?

I suppose it will ask you again next time... If so try permanently to avoid the message in the future.
Image


Return to “Development”