Download » History » Revision 8
Revision 7 (Jean-Philippe Lang, 2007-12-20 20:57) → Revision 8/226 (Jean-Philippe Lang, 2007-12-20 20:59)
h1. Download h2. Latest stable release: 0.6.3 (2007-12-18) Redmine releases can be found at "RubyForge":http://rubyforge.org/frs/?group_id=1850. See the [[Changelog]] for details. h2. Latest source code You can get the latest source code of Redmine from the Subversion repository hosted at Rubyforge. The repository URL is: bq. http://redmine.rubyforge.org/svn 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. h3. Development You can checkout the latest development source from the trunk with the following command: <pre>svn checkout http://redmine.rubyforge.org/svn/trunk redmine-devel</pre> h3. 0.6 Stable You can checkout the latest stable source with the following command: <pre>svn checkout http://redmine.rubyforge.org/svn/branches/0.6-stable redmine-0.6-stable</pre> h2. Troubleshooting If you get this can't access the SVN repository via the __svn://__ URL (with an error when trying such as "connection refused") please try the http:// method. Don't forget to checkout the source: 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.