Changes between Version 2 and Version 3 of Download
- Timestamp:
- 07/27/07 22:04:55 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Download
v2 v3 7 7 || '''Version''' || '''Download''' || '''Status''' || '''Release date''' || '''Main changes to previous version''' || 8 8 || 0.2.0 || [/download/0.2.0/bbtracker.jad jad] [/download/0.2.0/bbtracker.jar jar] || '''current release''' || 2007-07-27 || Initial release || 9 10 == Source Code == 11 12 13 14 We use [http://subversion.tigris.org/ Subversion] for source revision control and code sharing. 15 16 17 18 The Subversion repository URL for the Trac project is at: 19 20 http://svn.bbtracker.org/ 21 22 23 24 The latest revision for bbTracker can be checked out with the following command: 25 26 {{{ 27 28 svn co http://svn.bbtracker.org/bbtracker/trunk bbtracker 29 svn co http://svn.bbtracker.org/bbtracker_common/trunk bbtracker_common 30 }}} 31