Download » History » Version 18
Jean-Philippe Lang, 2008-06-16 21:04
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 | 18 | Jean-Philippe Lang | Currently, the release can not be downloaded from Rubyforge due to a mirroring problem. |
6 | The only way to get it is to checkout the 0.7.2 tag: |
||
7 | |||
8 | <pre> |
||
9 | svn co http://redmine.rubyforge.org/svn/tags/0.7.2 redmine-0.7.2 |
||
10 | </pre> |
||
11 | |||
12 | -Redmine releases can be found at "RubyForge":http://rubyforge.org/frs/?group_id=1850.- |
||
13 | 14 | Jean-Philippe Lang | See the [[Changelog]] for details and [[RedmineInstall]] for installation instructions. |
14 | 1 | Jean-Philippe Lang | |
15 | 7 | Jean-Philippe Lang | h2. Latest source code |
16 | 1 | Jean-Philippe Lang | |
17 | 16 | Jean-Philippe Lang | You can get the latest source code of Redmine from the Subversion repository hosted at Rubyforge. |
18 | 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. |
19 | 16 | Jean-Philippe Lang | |
20 | The repository URL is: http://redmine.rubyforge.org/svn |
||
21 | 1 | Jean-Philippe Lang | |
22 | 7 | Jean-Philippe Lang | h3. Development |
23 | 1 | Jean-Philippe Lang | |
24 | 9 | Jean-Philippe Lang | You can checkout the latest development source from the trunk with one of the following commands: |
25 | 1 | Jean-Philippe Lang | |
26 | 9 | Jean-Philippe Lang | <pre> |
27 | svn co http://redmine.rubyforge.org/svn/trunk redmine |
||
28 | svn co svn://rubyforge.org/var/svn/redmine/trunk redmine |
||
29 | </pre> |
||
30 | 1 | Jean-Philippe Lang | |
31 | 13 | Jean-Philippe Lang | h3. 0.7 Stable |
32 | 1 | Jean-Philippe Lang | |
33 | 9 | Jean-Philippe Lang | You can checkout the latest stable source with one of the following commands: |
34 | 1 | Jean-Philippe Lang | |
35 | 9 | Jean-Philippe Lang | <pre> |
36 | 13 | Jean-Philippe Lang | svn co http://redmine.rubyforge.org/svn/branches/0.7-stable redmine-0.7 |
37 | svn co svn://rubyforge.org/var/svn/redmine/branches/0.7-stable redmine-0.7 |
||
38 | 9 | Jean-Philippe Lang | </pre> |
39 | |||
40 | 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. |
41 | 2 | Thomas Lecavelier | |
42 | h2. Troubleshooting |
||
43 | |||
44 | 8 | Jean-Philippe Lang | If you get this error when trying to checkout the source: |
45 | 2 | Thomas Lecavelier | |
46 | "PROPFIND 200 OK" error |
||
47 | |||
48 | Please contact your network administrator and ask him to enable WebDAV extension in your proxy. |