Download » History » Version 12
  Jean-Philippe Lang, 2008-03-30 19:35 
  
| 1 | 1 | Jean-Philippe Lang | h1. Download | 
|---|---|---|---|
| 2 | |||
| 3 | 12 | Jean-Philippe Lang | h2. Latest stable release 0.6.4 (2008-03-12) and 0.7.0 RC1 | 
| 4 | 1 | Jean-Philippe Lang | |
| 5 | 7 | Jean-Philippe Lang | Redmine releases can be found at "RubyForge":http://rubyforge.org/frs/?group_id=1850. See the [[Changelog]] for details. | 
| 6 | 1 | Jean-Philippe Lang | |
| 7 | 7 | Jean-Philippe Lang | h2. Latest source code | 
| 8 | 1 | Jean-Philippe Lang | |
| 9 | 7 | Jean-Philippe Lang | You can get the latest source code of Redmine from the Subversion repository hosted at Rubyforge. The repository URL is: | 
| 10 | 1 | Jean-Philippe Lang | |
| 11 | 7 | Jean-Philippe Lang | bq. http://redmine.rubyforge.org/svn | 
| 12 | 1 | Jean-Philippe Lang | |
| 13 | 7 | Jean-Philippe Lang | |
| 14 | 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. | 
| 15 | |||
| 16 | 7 | Jean-Philippe Lang | h3. Development | 
| 17 | 1 | Jean-Philippe Lang | |
| 18 | 9 | Jean-Philippe Lang | You can checkout the latest development source from the trunk with one of the following commands: | 
| 19 | 1 | Jean-Philippe Lang | |
| 20 | 9 | Jean-Philippe Lang | <pre> | 
| 21 | svn co http://redmine.rubyforge.org/svn/trunk redmine | ||
| 22 | svn co svn://rubyforge.org/var/svn/redmine/trunk redmine | ||
| 23 | </pre> | ||
| 24 | 1 | Jean-Philippe Lang | |
| 25 | h3. 0.6 Stable | ||
| 26 | |||
| 27 | 9 | Jean-Philippe Lang | You can checkout the latest stable source with one of the following commands: | 
| 28 | 1 | Jean-Philippe Lang | |
| 29 | 9 | Jean-Philippe Lang | <pre> | 
| 30 | svn co http://redmine.rubyforge.org/svn/branches/0.6-stable redmine-0.6 | ||
| 31 | 10 | Jean-Philippe Lang | svn co svn://rubyforge.org/var/svn/redmine/branches/0.6-stable redmine-0.6 | 
| 32 | 9 | Jean-Philippe Lang | </pre> | 
| 33 | |||
| 34 | It will create a directory named @redmine-0.6@ and you'll be able to update your Redmine copy using @svn update@ in this directory. | ||
| 35 | 2 | Thomas Lecavelier | |
| 36 | h2. Troubleshooting | ||
| 37 | |||
| 38 | 8 | Jean-Philippe Lang | If you get this error when trying to checkout the source: | 
| 39 | 2 | Thomas Lecavelier | |
| 40 | "PROPFIND 200 OK" error | ||
| 41 | |||
| 42 | Please contact your network administrator and ask him to enable WebDAV extension in your proxy. |