Getting the source
From UFO:AI
Contents |
Source
Windows
If you run Windows you might want to take a look at TortoiseSVN or SmartSVN.
There is a little howto for TortoiseSVN in our wiki, too.
Mac OS X
Get svn through macports, fink or the subversion project and follow the further instructions for Linux below.
Linux
If you are under Linux subversion should be installable via your package manager. Just create a project directory, cd into it and type:
svn co https://ufoai.svn.sourceforge.net/svnroot/ufoai/ufoai/trunk .
to download the source. Please refer to Releases/SVN for a list of the possible checkout-commands.
Subsequent uses of the command
svn up
will update your copy of the source and
svn log
in the same directory presents you a log of recent changes.
You may want to get the 2.2 stable branch instead of "trunk". In this case you will have to issue
svn co https://ufoai.svn.sourceforge.net/svnroot/ufoai/ufoai/branches/ufoai_2.2 .
Next steps
Webclient
There is also a webclient to browse the repository available.

