This page illustrates how to checkout the source files of MiniKidsGames through its svn repository.
Preparation
As I use subversion repository, you need to download a binary package of subversion client (svn), which is available from Fink, DawrinPorts, or subversion. You should also add the path to svn to $PATH.
Repository Tree
The repository tree is as shown below:
- MiniKidsGames
- trunk
- tags
- branches
- XcodeTemplates
- trunk
- tags
- branches
- AddOnGames
- Tank
- trunk
- tags
- branches
- Tank
Checking out MiniKidsGames
To check out the latest version of MiniKidsGames, run the following command from Terminal.app:
svn co https://svn.sf.net/svnroot/minikidsgames/MiniKidsGames/trunk MiniKidsGames
Checking out XcodeTemplates (The Game Framework for RubyCocoa)
To check out the latest version of XcodeTemplates, run the following command from Terminal.app:
svn co https://svn.sf.net/svnroot/minikidsgames/XcodeTemplates/trunk Templates
Checking out AddOnGames
To check out AddOnGames (say Tank), run the following command from Terminal.app:
svn co https://svn.sf.net/svnroot/minikidsgames/AddOnGames/Tank/trunk Tank
Change the name of a game if you want to check out other games (if available).







