Just as a point, if you're planning on letting more than one person code on a project, you probably want to host it on a CVS. You can run one off your webserver maybe or probably more likely off your own computer. Might do some research, but here's a few sites to get you started.
https://www.cvshome.org/ <-main
And a sourceforge project
http://sourceforge.net/projects/simplecvs/
I don't know how to get one started and running on a windows machine, that's the problem :)
CVS
Moderator: Coders of Rage
- MarauderIIC
- Respected Programmer
- Posts: 3406
- Joined: Sat Jul 10, 2004 3:05 pm
- Location: Maryland, USA
CVS
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
- Falco Girgis
- Elysian Shadows Team
- Posts: 10294
- Joined: Thu May 20, 2004 2:04 pm
- Current Project: Elysian Shadows
- Favorite Gaming Platforms: Dreamcast, SNES, NES
- Programming Language of Choice: C/++
- Location: Studio Vorbis, AL
- Contact:
Whoah! My apologies, Mar, I think I overlooked this topic a long time ago.
I came in here to post something for the first time in awhile, for some reason this topic was marked as read.
That looks really useful.
I want to give it a try in a few. I've been meaning to start using Knoppix (self-contained Linux that runs off of a CD) to build my Dreamcast toolchain and all of that junk because Cygwin is messy.
I came in here to post something for the first time in awhile, for some reason this topic was marked as read.
That looks really useful.
I want to give it a try in a few. I've been meaning to start using Knoppix (self-contained Linux that runs off of a CD) to build my Dreamcast toolchain and all of that junk because Cygwin is messy.
- JS Lemming
- Game Developer
- Posts: 2383
- Joined: Fri May 21, 2004 4:09 pm
- Location: C:\CON\CON
- MarauderIIC
- Respected Programmer
- Posts: 3406
- Joined: Sat Jul 10, 2004 3:05 pm
- Location: Maryland, USA
Concurrent Version System. The idea is that you have a bunch of people working on a project, and they can all code at the same time. You log on, get the most recent version of code, code it, and type a phrase or two to upload it back. When it is uploaded, the CVS merges/alters their files with the ones already existing (intelligently?). Never had any problems when I was using one.
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
That's pretty cool. That means that the developers don't have to be on at the same time to swich-fuse their code together, right? They just go to the board, edit/add their part, and the other user can retrieve it whenever they want?
If that's what it is, then that's pretty cool. I've sure never heard of one.
If that's what it is, then that's pretty cool. I've sure never heard of one.
- MarauderIIC
- Respected Programmer
- Posts: 3406
- Joined: Sat Jul 10, 2004 3:05 pm
- Location: Maryland, USA