How to check out source files from svn repository Wide

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:

root
https://minikidsgames.svn.sourceforge.net/svnroot/minikidsgames
directories

  • MiniKidsGames
    • trunk
    • tags
    • branches
  • XcodeTemplates
    • trunk
    • tags
    • branches
  • AddOnGames
    • Tank
      • trunk
      • tags
      • branches

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).

Repository Browser

Leave a comment

Begin the comment with //pukiwiki if you want to write a comment in PukiWiki format.

You must be logged in to post a comment.