Download » History » Version 15
Jean-Philippe Lang, 2008-05-04 15:33
0.7.1 release
1 | 1 | Jean-Philippe Lang | h1. Download |
---|---|---|---|
2 | |||
3 | 15 | Jean-Philippe Lang | h2. Latest stable release 0.7.1 (2008-05-04) |
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 | 7 | Jean-Philippe Lang | You can get the latest source code of Redmine from the Subversion repository hosted at Rubyforge. The repository URL is: |
11 | 1 | Jean-Philippe Lang | |
12 | 7 | Jean-Philippe Lang | bq. http://redmine.rubyforge.org/svn |
13 | 1 | Jean-Philippe Lang | |
14 | 7 | Jean-Philippe Lang | |
15 | 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. |
16 | |||
17 | 7 | Jean-Philippe Lang | h3. Development |
18 | 1 | Jean-Philippe Lang | |
19 | 9 | Jean-Philippe Lang | You can checkout the latest development source from the trunk with one of the following commands: |
20 | 1 | Jean-Philippe Lang | |
21 | 9 | Jean-Philippe Lang | <pre> |
22 | svn co http://redmine.rubyforge.org/svn/trunk redmine |
||
23 | svn co svn://rubyforge.org/var/svn/redmine/trunk redmine |
||
24 | </pre> |
||
25 | 1 | Jean-Philippe Lang | |
26 | 13 | Jean-Philippe Lang | h3. 0.7 Stable |
27 | 1 | Jean-Philippe Lang | |
28 | 9 | Jean-Philippe Lang | You can checkout the latest stable source with one of the following commands: |
29 | 1 | Jean-Philippe Lang | |
30 | 9 | Jean-Philippe Lang | <pre> |
31 | 13 | Jean-Philippe Lang | svn co http://redmine.rubyforge.org/svn/branches/0.7-stable redmine-0.7 |
32 | svn co svn://rubyforge.org/var/svn/redmine/branches/0.7-stable redmine-0.7 |
||
33 | 9 | Jean-Philippe Lang | </pre> |
34 | |||
35 | 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. |
36 | 2 | Thomas Lecavelier | |
37 | h2. Troubleshooting |
||
38 | |||
39 | 8 | Jean-Philippe Lang | If you get this error when trying to checkout the source: |
40 | 2 | Thomas Lecavelier | |
41 | "PROPFIND 200 OK" error |
||
42 | |||
43 | Please contact your network administrator and ask him to enable WebDAV extension in your proxy. |