|
The latest, in-progress version of Rubygame is stored in a
Subversion (svn) repository.
Anonymous check-out (i.e., downloading) is supported.
The repository is located at
svn://rubygame.seul.org/svn/rubygame, port 3690
(the default for svn). The repository is layed out in the following manner:
- branches (empty at the moment)
- releases (tagged, frozen versions of rubygame)
- trunk (the latest code)
- www (the rubygame web site)
Most people will be interested in trunk — that's where
all the action is happening! On a Unix-like system (Linux, BSD, etc.), you can
check it out like this:
svn co svn://rubygame.seul.org/svn/rubygame/trunk ./rubygame
|