Project

General

Profile

Actions

Download » History » Revision 106

« Previous | Revision 106/222 (diff) | Next »
Jean-Philippe Lang, 2012-11-24 10:56
2.1.4 release


Download

Latest stable releases

  • 2.1.4 (2012-11-24)
  • 1.4.5 (2012-11-17)

Redmine releases can be downloaded at RubyForge in either .tar.gz or .zip format.

See the Changelog for details and RedmineInstall for installation instructions or RedmineUpgrade for upgrading instructions.

Latest source code

You can checkout 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 and be able to upgrade easily.

The URL of the official Subversion repository is: http://svn.redmine.org/redmine

Alternatively, you can clone it from the following mirrors that are maintained by the community:

2.1 Stable

You can checkout the latest stable source with one of the following commands:

Subversion

svn co http://svn.redmine.org/redmine/branches/2.1-stable redmine-2.1

It will create a directory named redmine-2.1 and you'll be able to update your Redmine copy using svn update in this directory.

Mercurial

hg clone --updaterev 2.1-stable https://bitbucket.org/redmine/redmine-all redmine-2.1

1.4 Stable

You can checkout the latest stable source with one of the following commands:

Subversion

svn co http://svn.redmine.org/redmine/branches/1.4-stable redmine-1.4

Mercurial

hg clone --updaterev 1.4-stable https://bitbucket.org/redmine/redmine-all redmine-1.4

Development (unstable)

You can checkout the latest development source from the trunk with one of the following commands:

Subversion

svn co http://svn.redmine.org/redmine/trunk redmine

Mercurial

hg clone https://bitbucket.org/redmine/redmine-trunk redmine

Third-party Redmine bundles

  • BitNami Redmine Stack – Provides an all-in-one installer and free virtual machines and cloud images for Redmine.

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 Jean-Philippe Lang over 11 years ago · 106 revisions locked