Project

General

Profile

Download » History » Version 108

Jean-Philippe Lang, 2013-01-10 23:45

1 37 Brad Langhorst
h1. Download
2 1 Jean-Philippe Lang
3 63 Mischa The Evil
{{>toc}}
4
5 102 Jean-Philippe Lang
h2. Latest stable releases
6 1 Jean-Philippe Lang
7 108 Jean-Philippe Lang
* 2.2.1 (2013-01-09)
8
* 2.1.6 (2013-01-09)
9
* 1.4.6 (2013-01-09)
10 95 Jean-Philippe Lang
11 102 Jean-Philippe Lang
Redmine releases can be downloaded at "RubyForge":http://rubyforge.org/frs/?group_id=1850 in either .tar.gz or .zip format.
12 1 Jean-Philippe Lang
13 55 Jean-Philippe Lang
See the [[Changelog]] for details and [[RedmineInstall]] for installation instructions  or [[RedmineUpgrade]] for upgrading instructions.
14 50 Jimmy O'regan
15 37 Brad Langhorst
h2. Latest source code
16 1 Jean-Philippe Lang
17 72 Jean-Philippe Lang
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.
18 1 Jean-Philippe Lang
19 103 Jean-Philippe Lang
The URL of the official Subversion repository is: http://svn.redmine.org/redmine
20 86 Toshi MARUYAMA
21 102 Jean-Philippe Lang
Alternatively, you can clone it from the following mirrors that are maintained by the community:
22 90 Jean-Philippe Lang
23 102 Jean-Philippe Lang
* Mercurial: https://bitbucket.org/redmine
24
* Git: https://github.com/redmine/redmine
25 37 Brad Langhorst
26 99 Jean-Philippe Lang
h3. 2.1 Stable
27 72 Jean-Philippe Lang
28 1 Jean-Philippe Lang
You can checkout the latest stable source with one of the following commands:
29
30
*Subversion*
31
<pre>
32 103 Jean-Philippe Lang
svn co http://svn.redmine.org/redmine/branches/2.1-stable redmine-2.1
33 1 Jean-Philippe Lang
</pre>
34
35 99 Jean-Philippe Lang
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.
36 1 Jean-Philippe Lang
37
*Mercurial*
38 92 Jean-Philippe Lang
<pre>
39 99 Jean-Philippe Lang
hg clone --updaterev 2.1-stable https://bitbucket.org/redmine/redmine-all redmine-2.1
40 1 Jean-Philippe Lang
</pre>
41
42 95 Jean-Philippe Lang
h3. 1.4 Stable
43 1 Jean-Philippe Lang
44 95 Jean-Philippe Lang
You can checkout the latest stable source with one of the following commands:
45 78 Jean-Philippe Lang
46 95 Jean-Philippe Lang
*Subversion*
47 88 Jean-Philippe Lang
<pre>
48 103 Jean-Philippe Lang
svn co http://svn.redmine.org/redmine/branches/1.4-stable redmine-1.4
49 95 Jean-Philippe Lang
</pre>
50
51 84 Toshi MARUYAMA
*Mercurial*
52
<pre>
53 95 Jean-Philippe Lang
hg clone --updaterev 1.4-stable https://bitbucket.org/redmine/redmine-all redmine-1.4
54 73 Jean-Philippe Lang
</pre>
55 1 Jean-Philippe Lang
56 67 Jean-Philippe Lang
h3. Development (unstable)
57 72 Jean-Philippe Lang
58 67 Jean-Philippe Lang
You can checkout the latest development source from the trunk with one of the following commands:
59 85 Toshi MARUYAMA
60 67 Jean-Philippe Lang
*Subversion*
61
<pre>
62 103 Jean-Philippe Lang
svn co http://svn.redmine.org/redmine/trunk redmine
63 85 Toshi MARUYAMA
</pre>
64
65
*Mercurial*
66
<pre>
67
hg clone https://bitbucket.org/redmine/redmine-trunk redmine
68 67 Jean-Philippe Lang
</pre>
69
70 50 Jimmy O'regan
h2. Third-party Redmine bundles
71 47 Daniel Lopez
72 55 Jean-Philippe Lang
* "TurnKey Redmine Appliance":http://www.turnkeylinux.org/redmine - Provides a free lightweight Ubuntu-based Redmine appliance and cloud image.
73 47 Daniel Lopez
74 52 Jimmy O'regan
* "BitNami Redmine Stack":http://bitnami.org/stack/redmine – Provides an all-in-one installer and free virtual machines and cloud images for Redmine.
75 25 Mischa The Evil
76 37 Brad Langhorst
h2. Troubleshooting
77 2 Thomas Lecavelier
78 37 Brad Langhorst
If you get this error when trying to checkout the source:
79 2 Thomas Lecavelier
80 37 Brad Langhorst
  "PROPFIND 200 OK" error
81 24 Mischa The Evil
82 37 Brad Langhorst
Please contact your network administrator and ask him to enable WebDAV extension in your proxy.