Edgewall Software

Changes between Initial Version and Version 1 of Download


Ignore:
Timestamp:
Aug 22, 2007, 1:14:35 PM (17 years ago)
Author:
cmlenz
Comment:

Page created

Legend:

Unmodified
Added
Removed
Modified
  • Download

    v1 v1  
     1= Bitten Downloads =
     2
     3Old 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 the current trunk, or wait for the upcoming [milestone:0.6 0.6 release].
     4
     5== Latest Development Source Code ==
     6
     7We use [http://subversion.tigris.org/ Subversion] for source revision control and code sharing.
     8
     9The Subversion repository URL for the Bitten project is at:
     10 http://svn.edgewall.org/repos/bitten/
     11
     12The latest revision can be checked out with the following command:
     13{{{
     14svn co http://svn.edgewall.org/repos/bitten/trunk bitten
     15}}}
     16
     17(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.)
     18
     19If you have a recent version of [http://peak.telecommunity.com/DevCenter/setuptools Setuptools] installed, you can just do:
     20{{{
     21easy_install http://svn.edgewall.org/repos/bitten/trunk/
     22}}}