PDA

View Full Version : A question about SVN versioning


provocating
01-11-2010, 03:14 PM
Okay I am totally confused on SVN versioning. I think this is why I have such problems when I am updating. If I knew more about what the versioning then it would be more clear on what I need to update.

So if I used yesterday's database Jan 10, 2010 am I at r37 or rev1052 or Rev1054 ? I installed the compressed database and applied all of the patches (rev1054) to the current database.

If I installed the binary source of world/zone/etc from Sunday do I have Rev1086 or Rev1052 ? I mean downloaded from SVN.

pfyon
01-11-2010, 03:23 PM
The database is a completely different and separate svn from the eqemu server code one, hence the different version numbers.

I think any time a database change is made in the server, peq releases a new updated version of the database so the most recent versions of each work together.

The only time I've seen version numbers for the db that matter are for the update sql files, which you would use if you had a custom db and didn't want to import a new database.