Common Media Projects/Downloading
From FreeGameDevWiki
You can browse The existing Common Media Projects' content on-line:
This isn't very effective, instead we recommend you to install a Subversion (SVN) client (if you haven't one already) and checkout (download) all the media.
Contents |
Using Subversion to download the media
SVN makes it easy to keep the downloaded media up-to-date.
Unix-based systems
You will have to have the tool "Subversion" installed, it ships with practically all distributions.
Downloading
You can checkout All of the Common Media Projects' data with the following command
svn co https://freegamer.svn.sourceforge.net/svnroot/freegamer/cmp/trunk common_media_projects
Updating
You can update the data by going to the directory to which you checked out previously and running
svn up
This will download new versions of changed files and newly added files since your last update/chekcout.
