I removed the gamedata and gamedata_source directories from the precursors project in our subversion repository. They now each have their own project. Note that the gamedata is still required to run the game. The reason for the split is simply to make it easier for someone to work on one part or the other without having to worry about downloading massive amounts of information.
To check out the game:
svn co http://adidas.servegame.org/svn/g33xnexus/precursors/trunk precursors
To check out the gamedata directory:
svn co http://adidas.servegame.org/svn/g33xnexus/precursors_content/gamedata precursors/gamedata
To check out the content source directory: (previously gamedata_source)
svn co http://adidas.servegame.org/svn/g33xnexus/precursors_content/source precursors/gamedata_source
Please make sure to check out the gamedata directory inside your precursors checkout (specifically 'precursors/gamedata'), otherwise the game will not run. The source directory is not needed, and does not need to be in the precursors directory.
Dave