| 1 | | = Trac Download = |
| 2 | | |
| 3 | | Trac is released under the [http://www.fsf.org/licenses/gpl.html GNU General Public License] (GPL). |
| 4 | | |
| 5 | | == Latest Release - 0.5.1 == |
| 6 | | |
| 7 | | 0.5.1 fixes the initial bugs found in 0.5 and is cleaned up quite a bit. |
| 8 | | |
| 9 | | See the ChangeLog for details. |
| 10 | | |
| 11 | | === Tar package === |
| 12 | | |
| 13 | | * '''HTTP''': [http://ftp.edgewall.com/pub/trac/trac-0.5.1.tar.gz trac-0.5.1.tar.gz] |
| 14 | | * '''FTP''': [ftp://ftp.edgewall.com/pub/trac/trac-0.5.1.tar.gz trac-0.5.1.tar.gz] |
| 15 | | |
| 16 | | ---- |
| 17 | | |
| 18 | | == Older Releases == |
| 19 | | |
| 20 | | Older releases and auxiliary files are archived on the FTP server: |
| 21 | | |
| 22 | | * http://ftp.edgewall.com/pub/trac/ |
| 23 | | * ftp://ftp.edgewall.com/pub/trac/ |
| 24 | | |
| 25 | | Each release is also tagged in the subversion repository: |
| 26 | | |
| 27 | | * http://svn.edgewall.com/repos/trac/tags/ |
| 28 | | |
| 29 | | == Latest Development Source Code == |
| 30 | | |
| 31 | | We use [http://subversion.tigris.org/ Subversion] for source revision control and code sharing. |
| 32 | | |
| 33 | | The Subversion repository URL for the Trac project is at: |
| 34 | | http://svn.edgewall.com/repos/trac/ |
| 35 | | |
| 36 | | The latest revision can be checked out with the following command: |
| 37 | | {{{ |
| 38 | | svn co http://svn.edgewall.com/repos/trac/trunk trac |
| 39 | | }}} |
| 40 | | |
| 41 | | For further instructions on how to use Subversion, see [http://svnbook.red-bean.com/book.html The Subversion Book]. |
| 42 | | |
| | 1 | Moved to TracDownload. |