G33X Nexus Entertainment > General Announcements

Adidas upgrade

(1/1)

whitelynx:
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: ---svn co svn://adidas.servegame.org/precursors/source/trunk precursors
--- End code ---

and to get the gamedata:


--- Code: ---svn co svn://adidas.servegame.org/precursors/data/trunk precursors/gamedata
--- End code ---


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

Run from within the precursors directory:

--- Code: ---svn sw --relocate svn://adidas.servegame.org/g33xnexus svn://adidas.servegame.org/precursors
svn sw svn://adidas.servegame.org/precursors/source/trunk
--- End code ---

Run from within the precursors/gamedata directory:

--- Code: ---svn sw --relocate svn://adidas.servegame.org/g33xnexus svn://adidas.servegame.org/precursors
svn sw svn://adidas.servegame.org/precursors/data/trunk
--- End code ---


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

Navigation

[0] Message Index

Go to full version