Author Topic: Adidas upgrade  (Read 2979 times)

Offline whitelynx

  • GNE Founder
  • Moderator
  • Commodore
  • *****
  • Posts: 304
  • Karma: +4/-0
  • Internet Idiocy Pundit
    • View Profile
Adidas upgrade
« on: May 02, 2006, 11:04:30 pm »
Our server, adidas, was upgraded tonight. Basically, we looked around the apartment for the best parts we could find and tossed them all in a new case, and transplanted the hard drives from the old adidas. Coincidentally, adidas is back in the same case it was in 6 months ago.


Now for the juicy part: Our old subversion repository is no more. Now, before you get upset, let me tell you what we've done. We've split it into separate repositories for the game, documentation, and the website. Now, to get a copy of the game, you'll type:

Code: [Select]
svn co svn://adidas.servegame.org/precursors/source/trunk precursors
and to get the gamedata:

Code: [Select]
svn co svn://adidas.servegame.org/precursors/data/trunk precursors/gamedata

If you have an existing checkout, you can switch to the new directories with the following commands:

Run from within the precursors directory:
Code: [Select]
svn sw --relocate svn://adidas.servegame.org/g33xnexus svn://adidas.servegame.org/precursors
svn sw svn://adidas.servegame.org/precursors/source/trunk

Run from within the precursors/gamedata directory:
Code: [Select]
svn sw --relocate svn://adidas.servegame.org/g33xnexus svn://adidas.servegame.org/precursors
svn sw svn://adidas.servegame.org/precursors/data/trunk


The instructions on building the game (found at https://adidas.servegame.org/projects/precursors/wiki/Development/Tips/BuildingTheGame) have been updated accordingly.

That should be it for this update, folks!

Dave
« Last Edit: May 02, 2006, 11:19:17 pm by whitelynx »
"Without music, life is a mistake, a trial, an exile."
 - Nietzsche