Download » History » Version 17
Jean-Philippe Lang, 2008-06-15 14:52
0.7.2 release
1 | 1 | Jean-Philippe Lang | h1. Download |
---|---|---|---|
2 | |||
3 | 17 | Jean-Philippe Lang | h2. Latest stable release 0.7.2 (2008-06-15) |
4 | 1 | Jean-Philippe Lang | |
5 | 14 | Jean-Philippe Lang | Redmine releases can be found at "RubyForge":http://rubyforge.org/frs/?group_id=1850. |
6 | 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 | 9 | Jean-Philippe Lang | You can 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 | 13 | Jean-Philippe Lang | h3. 0.7 Stable |
25 | 1 | Jean-Philippe Lang | |
26 | 9 | Jean-Philippe Lang | You can checkout the latest stable source with one of the following commands: |
27 | 1 | Jean-Philippe Lang | |
28 | 9 | Jean-Philippe Lang | <pre> |
29 | 13 | Jean-Philippe Lang | svn co http://redmine.rubyforge.org/svn/branches/0.7-stable redmine-0.7 |
30 | svn co svn://rubyforge.org/var/svn/redmine/branches/0.7-stable redmine-0.7 |
||
31 | 9 | Jean-Philippe Lang | </pre> |
32 | |||
33 | 13 | Jean-Philippe Lang | It will create a directory named @redmine-0.7@ and you'll be able to update your Redmine copy using @svn update@ in this directory. |
34 | 2 | Thomas Lecavelier | |
35 | h2. Troubleshooting |
||
36 | |||
37 | 8 | Jean-Philippe Lang | If you get this error when trying to checkout the source: |
38 | 2 | Thomas Lecavelier | |
39 | "PROPFIND 200 OK" error |
||
40 | |||
41 | Please contact your network administrator and ask him to enable WebDAV extension in your proxy. |