Download » History » Revision 85
« Previous |
Revision 85/223
(diff)
| Next »
Toshi MARUYAMA, 2011-07-12 02:28
add "hg clone" for svn trunk
Download¶
- Table of contents
- Download
Latest stable release: 1.2.1 (2011-07-11)¶
Redmine releases can be downloaded at RubyForge.
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 repository URL is: http://redmine.rubyforge.org/svn
or clone it from the following mirrors
- Mercurial (this is maintained by community)
https://bitbucket.org/redmine
- Git (this is a not officially maintained mirror)
https://github.com/edavis10/redmine
1.2 Stable¶
You can checkout the latest stable source with one of the following commands:
Subversion
svn co http://redmine.rubyforge.org/svn/branches/1.2-stable redmine-1.2 svn co svn://rubyforge.org/var/svn/redmine/branches/1.2-stable redmine-1.2
It will create a directory named redmine-1.2
and you'll be able to update your Redmine copy using svn update
in this directory.
Mercurial
hg clone --updaterev 1.2-stable https://bitbucket.org/redmine/redmine redmine-1.2
It will create a directory named redmine-1.2
and you'll be able to update your Redmine copy using hg pull
add hg update
in this directory.
1.1 Stable¶
You can checkout the old stable source with one of the following commands:
Subversion
svn co http://redmine.rubyforge.org/svn/branches/1.1-stable redmine-1.1 svn co svn://rubyforge.org/var/svn/redmine/branches/1.1-stable redmine-1.1
Mercurial
hg clone --updaterev 1.1-stable https://bitbucket.org/redmine/redmine-all redmine-1.1
Development (unstable)¶
You can checkout the latest development source from the trunk with one of the following commands:
Subversion
svn co http://redmine.rubyforge.org/svn/trunk redmine svn co svn://rubyforge.org/var/svn/redmine/trunk redmine
Mercurial
hg clone https://bitbucket.org/redmine/redmine-trunk redmine
Third-party Redmine bundles¶
- TurnKey Redmine Appliance - Provides a free lightweight Ubuntu-based Redmine appliance and cloud image.
- 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 Toshi MARUYAMA over 13 years ago · 85 revisions locked