= Bitten Downloads = {{{ #!div class=important '''Bitten 0.6b3 works with Trac 0.11.x and Trac 0.12.x, supporting a single (default) repository.''' Full Trac 0.12 multi-repository support is a target for a future milestone:0.7, see ticket:342 and ticket:433 for discussion. }}} == Latest Release == Currently latest release: '''0.6b3''' ||'''Bitten''' (master+slave) ||'''!BittenSlave''' (slave only) || ||[http://ftp.edgewall.com/pub/bitten/Bitten-0.6b3-py2.4.egg Python 2.4 egg] || [http://ftp.edgewall.com/pub/bitten/BittenSlave-0.6b3-py2.4.egg Python 2.4 egg]|| ||[http://ftp.edgewall.com/pub/bitten/Bitten-0.6b3-py2.5.egg Python 2.5 egg] || [http://ftp.edgewall.com/pub/bitten/BittenSlave-0.6b3-py2.5.egg Python 2.5 egg]|| ||[http://ftp.edgewall.com/pub/bitten/Bitten-0.6b3-py2.6.egg Python 2.6 egg] || [http://ftp.edgewall.com/pub/bitten/BittenSlave-0.6b3-py2.6.egg Python 2.6 egg]|| ||[http://ftp.edgewall.com/pub/bitten/Bitten-0.6b3.tar.gz tar.gz source] || || ||[http://ftp.edgewall.com/pub/bitten/Bitten-0.6b3.zip zip source] || || ||[http://ftp.edgewall.com/pub/bitten/Bitten-0.6b3.win32.exe Win32 installer] || [http://ftp.edgewall.com/pub/bitten/BittenSlave-0.6b3.win32.exe Win32 installer]|| ||[http://ftp.edgewall.com/pub/bitten/Bitten-0.6b3.win-amd64.exe Win64 installer] || [http://ftp.edgewall.com/pub/bitten/BittenSlave-0.6b3.win-amd64.exe Win64 installer]|| All releases: http://ftp.edgewall.com/pub/bitten/ or ftp://ftp.edgewall.com/pub/bitten/ == Latest Development Source Code == The [http://subversion.apache.org/ Subversion] repository URL for the Bitten project is at: http://svn.edgewall.org/repos/bitten/ ==== Alternative 1: Checkout and install ==== The latest revision can be checked out with the following command: {{{ svn co http://svn.edgewall.org/repos/bitten/branches/0.6.x bitten-0.6.x # or svn co http://svn.edgewall.org/repos/bitten/trunk bitten-trunk }}} (Alternatively, you can use `https` for an encrypted connection, which also helps getting around clueless firewalls that haven't heard of [http://webdav.org/ WebDAV] yet.) Then change into the checkout directory and run setup.py: {{{ cd bitten- python setup.py install # master + slave # or python setup.py --without-master install # slave only }}} ==== Alternative 2: easy_install from URL ==== If you have a recent version of [http://peak.telecommunity.com/DevCenter/setuptools Setuptools] installed, you can just do: {{{ easy_install http://svn.edgewall.org/repos/bitten/branches/0.6.x # or easy_install http://svn.edgewall.org/repos/bitten/trunk/ }}} == Earlier releases == Old releases are [https://sourceforge.net/project/showfiles.php?group_id=142932 still available] from Sourceforge (the last one was 0.5.3), but at this time it is strongly recommended that you use current current source and releases as we prepare for [milestone:0.6 0.6 release]. Old releases (0.5.x) support Trac 0.10.x, but can not be used for Trac 0.11. For Trac 0.11+, 0.6 is required. '''Pre-0.6 releases are no longer supported by the Bitten project! '''