View Single Post
  #2  
Old 10-04-2013, 02:08 AM
Drajor's Avatar
Drajor
Developer
 
Join Date: Nov 2012
Location: Halas
Posts: 355
Default

There are lots of possible answers to this however any decent source control system will do (most) of what you need. Syncing the database between developers will probably be the most tricky aspect. I wrote/use a relatively small (and slow!) python program for syncing my local development DB with an external/live DB. It is a one way operation though, I only push changes to the external DB.

Consider that EQEmu uses github for source control and I believe it is working well for them.
__________________
Drajor regards you indifferently -- what would you like your tombstone to say?
Reply With Quote