Does gFTP have a SVN repository?

gFTP is stored in GNOME's SVN repository. For instructions on how to setup your subversion client, visit the website http://developer.gnome.org/tools/svn.html. In a nutshell, you will need to run the following command to download the latest code:

svn co http://svn.gnome.org/svn/gftp/trunk gftp

To compile the SVN code, you will need autoconf, automake and gettext installed on your system. Once you have those packages installed, run the following series of commands: