Jump to content
Sign in to follow this  
Cybernoid

Best Revision Control?

Recommended Posts

What is the best revision control option to allow multiple persons create and modify code for an 8bit Game?

 

Is SourceForge still the best, or is there a better option?

 

Thanks,

-C-

Share this post


Link to post
Share on other sites

Asking what source control system to use is a bit like asking which text editor is best :)

 

So, here are some personal opinions:

SourceForge is okay, but has problems. The biggest problem is that SourceForge servers can be very slow -- and check-ins take time to propagate, sometimes over 24 hours. A second (much lesser) problem is that SourceForge uses CVS as a back-end. CVS is starting to show its age a little, but for small projects (like for 8-bit code) is probably adequate. SourceForge does have the benefit of being public, making it easily shared across lots of people (once a project is approved).

 

As a backend, I prefer subversion to CVS. Subversion handles binary data natively, which is good for storing all the bitmaps, character fonts, etc. I use a subversion server set up in my basement for personal projects... It is not too difficult to set up a personal server, but sharing with multiple people in the outside world involves more effort...

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...