Log in

View Full Version : Server Revision Info


Nimzo
01-16-2011, 06:32 PM
Hi all,

I am wanting to make sure that my server and database are compatible. The database has the revision number on the main setup / sql script 1751 I think. But, I cannot seem to find any revision info from the source. I checked out both the database and the server at the same time as in about a couple of hours ago. I have done some reading to I have done at least some of the rtfm thing but I having problems finding "where" to read. So a quick answer would appreciated but also pointing me to any really good sources of info would be good also. Thanks

Rodger

Caryatis
01-16-2011, 06:42 PM
This is pretty confusing for new people but this is how it works. The source code that runs the server is updated separately from the DB that provides you with items, zones, npcs, etc.

So while you are running db rev 1751, the source code has moved on to 1828. In order to keep your server running smoothly, you need to apply all the sql updates in the utils/sql/svn folder from 1751 to current.

Current source: http://code.google.com/p/projecteqemu/source/list

Nimzo
01-17-2011, 02:45 AM
Thank you very much that clears things up quite a bit.

again, much thanks,

Rodger