Download » History » Version 29
Jean-Philippe Lang, 2009-03-07 13:39
0.8.2
1 | 1 | Jean-Philippe Lang | h1. Download |
---|---|---|---|
2 | |||
3 | 29 | Jean-Philippe Lang | h2. Latest stable 0.8.2 (2009-03-07) |
4 | 1 | Jean-Philippe Lang | |
5 | 19 | Jean-Philippe Lang | Redmine releases can be found at "RubyForge":http://rubyforge.org/frs/?group_id=1850. |
6 | 14 | Jean-Philippe Lang | See the [[Changelog]] for details and [[RedmineInstall]] for installation instructions. |
7 | 1 | Jean-Philippe Lang | |
8 | 7 | Jean-Philippe Lang | h2. Latest source code |
9 | 1 | Jean-Philippe Lang | |
10 | 16 | Jean-Philippe Lang | You can get the latest source code of Redmine from the Subversion repository hosted at Rubyforge. |
11 | 1 | Jean-Philippe Lang | This is the prefered way to get Redmine if you want to benefit from the latest improvements. By using the SVN repository you can also upgrade more easily. |
12 | 16 | Jean-Philippe Lang | |
13 | The repository URL is: http://redmine.rubyforge.org/svn |
||
14 | 1 | Jean-Philippe Lang | |
15 | 7 | Jean-Philippe Lang | h3. Development |
16 | 1 | Jean-Philippe Lang | |
17 | 21 | Mischa The Evil | You can [[CheckingoutRedmine|checkout]] the latest development source from the trunk with one of the following commands: |
18 | 1 | Jean-Philippe Lang | |
19 | 9 | Jean-Philippe Lang | <pre> |
20 | svn co http://redmine.rubyforge.org/svn/trunk redmine |
||
21 | svn co svn://rubyforge.org/var/svn/redmine/trunk redmine |
||
22 | </pre> |
||
23 | 1 | Jean-Philippe Lang | |
24 | 27 | Jean-Philippe Lang | h3. 0.8 Stable |
25 | 1 | Jean-Philippe Lang | |
26 | 27 | Jean-Philippe Lang | You can [[CheckingoutRedmine|checkout]] the latest stable source with one of the following commands: |
27 | 1 | Jean-Philippe Lang | |
28 | 9 | Jean-Philippe Lang | <pre> |
29 | 26 | Jean-Philippe Lang | svn co http://redmine.rubyforge.org/svn/branches/0.8-stable redmine-0.8 |
30 | svn co svn://rubyforge.org/var/svn/redmine/branches/0.8-stable redmine-0.8 |
||
31 | 9 | Jean-Philippe Lang | </pre> |
32 | |||
33 | 26 | Jean-Philippe Lang | It will create a directory named @redmine-0.8@ and you'll be able to update your Redmine copy using @svn update@ in this directory. |
34 | 2 | Thomas Lecavelier | |
35 | 25 | Mischa The Evil | h2. Alternative sources |
36 | |||
37 | 28 | Jean-Philippe Lang | * "Redmine Bitnami Stack":http://bitnami.org/stack/redmine – an installer which deploys Redmine and all that's necessary to run it (Apache, MySQL, Subversion, Ruby, Rails, etc.). Available for Windows, Linux, Mac x86 and Mac PPC. |
38 | 25 | Mischa The Evil | |
39 | 2 | Thomas Lecavelier | h2. Troubleshooting |
40 | |||
41 | 8 | Jean-Philippe Lang | If you get this error when trying to checkout the source: |
42 | 2 | Thomas Lecavelier | |
43 | 24 | Mischa The Evil | "PROPFIND 200 OK" error |
44 | |||
45 | 26 | Jean-Philippe Lang | Please contact your network administrator and ask him to enable WebDAV extension in your proxy. |