Download » History » Revision 23
« Previous |
Revision 23/226
(diff)
| Next »
Mischa The Evil, 2008-12-08 03:02
Fixed typo and added info for future 0.8-stable.
Download¶
Latest stable release 0.7.3 (2008-07-06) and feature release 0.8.0 RC1 (2008-12-07)¶
Redmine releases can be found at RubyForge.
See the Changelog for details and RedmineInstall for installation instructions.
Latest source code¶
You can get the latest source code of Redmine from the Subversion repository hosted at Rubyforge.
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.
The repository URL is: http://redmine.rubyforge.org/svn
Development¶
You can checkout the latest development source from the trunk with one of the following commands:
svn co http://redmine.rubyforge.org/svn/trunk redmine svn co svn://rubyforge.org/var/svn/redmine/trunk redmine
0.7 & 0.8 Stable¶
You can checkout the latest stable source with one of the following commands:
svn co http://redmine.rubyforge.org/svn/branches/0.7-stable redmine-0.7 svn co svn://rubyforge.org/var/svn/redmine/branches/0.7-stable redmine-0.7
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.
The 0.8-Stable can be checked-out by replacing 0.7
with 0.8
in the preceding commands.
Troubleshooting¶
If you get this error when trying to checkout the source:
"PROPFIND 200 OK" error
Please contact your network administrator and ask him to enable WebDAV extension in your proxy.
Updated by Mischa The Evil almost 16 years ago · 23 revisions locked