Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: ##UnknownPlayer## on April 28, 2002, 06:50:07 am

Title: Need for a code database
Post by: ##UnknownPlayer## on April 28, 2002, 06:50:07 am
Looking over the Freespace Source forum at all the things that people are adding and changing, it has occurred to me for the freespace forever project that:
1) It could use quite a few of these
2) We need a code database to keep track of all the chnages being made, and allow people to properly submit there's.

I'm not particularly knowledgeable in the area of how we get this to work on the web, but if anyone would like to post some suggestions then please put 'em here.
Title: Need for a code database
Post by: ##UnknownPlayer## on April 29, 2002, 09:13:06 am
Ok, the first option that comes to mind is Sourceforge, though I'm not sure its the direction we'd want to send FSF (for now - I'm thinking a little more control?).

Please, if anyone has ideas just post them here and I'll look into them.
Title: Need for a code database
Post by: heretic on April 29, 2002, 09:42:11 am
I have a lightning fast database, although I'd want to know what you would need exactly.
Title: Need for a code database
Post by: Inquisitor on April 29, 2002, 12:12:02 pm
Need CVS, that will be the first step. Kazan has a CVS server, but, you can't put the FS2 source on it, licensing issues. It's not legal, don't do it, don't think about doing it. If the FS2 engine is the engine of choice, then we need to work out stuff with V or whoever on what we can do with the code.

There are a couple of places that do CVS, and I was thinking maybe I could volunteer a server of my own (in a real datacenter, not in my house) for the FS2 source project, so, if this goes the fs2 code way, no reason that couldn't be a branch off that server. Lots of stuff happening, no idea what Kazan has planned, so, I guess we wait and see.
Title: Need for a code database
Post by: ##UnknownPlayer## on April 30, 2002, 04:42:43 am
Hmm, well seems to me this would be how we'd want to get things worked out to make it easier for people to contribute. I think I might email V and ask about it.
Title: Need for a code database
Post by: phreak on May 04, 2002, 09:49:44 am
call me stupid, but what does CVS mean?
Title: Need for a code database
Post by: Inquisitor on May 06, 2002, 08:45:35 am
Concurrent Version(ing) System, if memory serves.

IF you do microsoft stuff, it's like Visual Source Safe (only better ;)).

VSS is good if you have it and all your developers have it. CVS is open source, so all the advantages of that go with it, and it's very robust.
Title: Need for a code database
Post by: phreak on May 06, 2002, 05:40:15 pm
ahh..

thx