Download » History » Revision 7
« Previous |
Revision 7/226
(diff)
| Next »
Jean-Philippe Lang, 2007-12-20 20:57
add stable source checkout command
Download¶
Latest stable release: 0.6.3 (2007-12-18)¶
Redmine releases can be found at RubyForge. See the Changelog for details.
Latest source code¶
You can get the latest source code of Redmine from the Subversion repository hosted at Rubyforge. The repository URL is:
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.
Development¶
You can checkout the latest development source from the trunk with the following command:
svn checkout http://redmine.rubyforge.org/svn/trunk redmine-devel
0.6 Stable¶
You can checkout the latest stable source with the following command:
svn checkout http://redmine.rubyforge.org/svn/branches/0.6-stable redmine-0.6-stable
Troubleshooting¶
If you can't access the SVN repository via the svn:// URL (with an error such as "connection refused") please try the http:// method.
Don't forget to configure your environment for your proxy.
If even with proxy configured, you still get problems such as:
"PROPFIND 200 OK" error
Please contact your network administrator and ask him to enable WebDAV extension in your proxy.
Updated by Jean-Philippe Lang almost 17 years ago · 7 revisions locked