Sprog!

Sprog Source Code

The Sprog source code is maintained in a Subversion repository hosted by SourceForge. You can browse the repository via the web, but if you want to submit patches then you'll want to install the subversion client software and check out a working copy of the source.

Checking Out the Source

To check out the latest Sprog code from the trunk, use this command:

svn co https://svn.sourceforge.net/svnroot/sprog/modules/sprog/trunk sprog

To check out a particular tagged version, use a command like this:

svn co https://svn.sourceforge.net/svnroot/sprog/modules/sprog/tags/TAGNAME sprog-TAGNAME

A typical value for TAGNAME would be 'RELEASE_0_14'. You can view all release tags here.

By default, your working copy will be an anonymous checkout, but if you have commit rights, you can use the --username option to specify your SourceForge login.