Back to the docs page

Previous      Next

How to get the latest sources from our Subversion repository

First, you need to install Subversion. If you use Debian or Ubuntu:

	sudo aptitude install subversion
If you use Fedora or one of its derivatives:
	sudo yum install subversion
If you use Windows, you can download Subversion from here.

Then change to the directory where you want to put it, and check out our repository:

	svn co svn://gashler.com/waffles/trunk ./waffles
If you want commit access, you will need to send us email. My email address is on the main page.

Previous      Next

Back to the docs page