Project

General

Profile

Download » History » Version 33

Peter Ferne, 2009-10-17 14:02
Added link to git mirror of svn repo.

1 1 Jean-Philippe Lang
h1. Download
2
3 32 Azamat Hackimov
h2. Latest stable release: 0.8.5 (2009-09-13)
4 1 Jean-Philippe Lang
5 32 Azamat Hackimov
Redmine releases can be downloaded at "RubyForge": http://rubyforge.org/frs/?group_id=1850.
6 14 Jean-Philippe Lang
See the [[Changelog]] for details and [[RedmineInstall]] for installation instructions.
7 1 Jean-Philippe Lang
8 7 Jean-Philippe Lang
h2. Latest source code
9 1 Jean-Philippe Lang
10 33 Peter Ferne
You can get the latest source code of Redmine from the Subversion repository hosted at Rubyforge:
11 1 Jean-Philippe Lang
12 33 Peter Ferne
* the repository URL is: http://redmine.rubyforge.org/svn
13 1 Jean-Philippe Lang
14 33 Peter Ferne
or from the git mirror:
15
16
* the repository URL is: http://github.com/edavis10/redmine
17
18
This is the prefered way to get Redmine if you want to benefit from the latest improvements and be able to upgrade easily.
19
20 7 Jean-Philippe Lang
h3. Development
21 1 Jean-Philippe Lang
22 21 Mischa The Evil
You can [[CheckingoutRedmine|checkout]] the latest development source from the trunk with one of the following commands:
23 1 Jean-Philippe Lang
24
<pre>
25
svn co http://redmine.rubyforge.org/svn/trunk redmine
26
svn co svn://rubyforge.org/var/svn/redmine/trunk redmine
27 33 Peter Ferne
</pre>
28
29
or, from the git mirror:
30
<pre>
31
git clone git://github.com/edavis10/redmine.git
32 9 Jean-Philippe Lang
</pre>
33 1 Jean-Philippe Lang
34 27 Jean-Philippe Lang
h3. 0.8 Stable
35 1 Jean-Philippe Lang
36 27 Jean-Philippe Lang
You can [[CheckingoutRedmine|checkout]] the latest stable source with one of the following commands:
37 1 Jean-Philippe Lang
38 9 Jean-Philippe Lang
<pre>
39 26 Jean-Philippe Lang
svn co http://redmine.rubyforge.org/svn/branches/0.8-stable redmine-0.8
40
svn co svn://rubyforge.org/var/svn/redmine/branches/0.8-stable redmine-0.8
41 9 Jean-Philippe Lang
</pre>
42
43 26 Jean-Philippe Lang
It will create a directory named @redmine-0.8@ and you'll be able to update your Redmine copy using @svn update@ in this directory.
44 2 Thomas Lecavelier
45 25 Mischa The Evil
h2. Alternative sources
46
47 28 Jean-Philippe Lang
* "Redmine Bitnami Stack":http://bitnami.org/stack/redmine – an installer which deploys Redmine and all that's necessary to run it (Apache, MySQL, Subversion, Ruby, Rails, etc.). Available for Windows, Linux, Mac x86 and Mac PPC.
48 25 Mischa The Evil
49 2 Thomas Lecavelier
h2. Troubleshooting
50
51 8 Jean-Philippe Lang
If you get this error when trying to checkout the source:
52 2 Thomas Lecavelier
53 24 Mischa The Evil
  "PROPFIND 200 OK" error
54
55 26 Jean-Philippe Lang
Please contact your network administrator and ask him to enable WebDAV extension in your proxy.