View Single Post
  #2  
Old 09-03-2013, 08:02 PM
rencro
Hill Giant
 
Join Date: Sep 2008
Location: So. California
Posts: 219
Default

You will need to match the database up with the source....In the svn days, this was usually just a matter of matching the db rev with the source code rev. But now with git its a little trickier to track what version of db you have..

If you compiled the latest souce code then try to get your db updated with the "required" sql's from the svn and git folders, depending how old the db is..

As for using the svn db, you would want that in case you need to wipe the player tables..Just dont do it to your custom db without modifying the drop and load sqls, else it will wipe the rules and variables tables which usually contain much customization...

Your task is to find out what revision the database was last sourced as, then either update from there, or download source code that matches it...
Reply With Quote