Edgewall Software

Version 2 (modified by anatoly techtonik <techtonik@…>, 14 years ago) (diff)

+ detailed checkout instructions

Getting source code

The Subversion repository root is

  http://svn.edgewall.org/repos/bitten/

The latest source code cab 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

You can use https for an encrypted connection, which also helps getting around firewalls that doesn't play nice with WebDAV protocol used by Subversion.

If you have a recent version of 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/

See also Download page for getting releases source bundles.