SVN

Subversion Repository

There is also a Subversion repository available. You can always find an up-to-date version of the source code there, even between releases.

To check out Geany make sure you have the subversion package installed on your system. Then run the following command:

svn co https://geany.svn.sourceforge.net/svnroot/geany/trunk geany

This creates a subdirectory "geany" and puts all files in it. For Unix-like systems, change to that subdirectory and run:

./autogen.sh

This will create and run the configure script for you. You must have installed various GNU autotools packages - if not, the script will print out what you need to install. In particular you need at least automake version 1.7 or later.

Web-based Interface

There is also a web-based interface to the Subversion repository. There you can browse through the repository and view each file on ViewVC.

Using SVN

If you find any problems with the SVN version, please tell us the revision number.

  • Run svn info to find what revision you checked out.
  • Run svn up to update to the latest revision.

See http://svnbook.red-bean.com/ for more information.

Nightly Tarballs

There are also nightly tarballs available. These tarballs are generated each night at 04:27 UTC from the current SVN version. You can download them at http://files.uvena.de/geany/.

Nightly Builds

Nightly builds of Geany are available for different plattforms, including Windows (32bit), Debian Stable (i386 and amd64), Fedora (i686) and Arch (i686). The binaries are created nightly on a server from the latest SVN version but are completely untested. Use them at your own risk.

You will find any nightly built package at http://nightly.geany.org/.