Project

General

Profile

Download » History » Version 23

Mischa The Evil, 2008-12-08 03:02
Fixed typo and added info for future 0.8-stable.

1 1 Jean-Philippe Lang
h1. Download
2
3 23 Mischa The Evil
h2. Latest stable release 0.7.3 (2008-07-06) and feature release 0.8.0 RC1 (2008-12-07)
4 1 Jean-Philippe Lang
5 19 Jean-Philippe Lang
Redmine releases can be found 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 16 Jean-Philippe Lang
You can get the latest source code of Redmine from the Subversion repository hosted at Rubyforge.
11 1 Jean-Philippe Lang
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.
12 16 Jean-Philippe Lang
13
The repository URL is: http://redmine.rubyforge.org/svn
14 1 Jean-Philippe Lang
15 7 Jean-Philippe Lang
h3. Development
16 1 Jean-Philippe Lang
17 21 Mischa The Evil
You can [[CheckingoutRedmine|checkout]] the latest development source from the trunk with one of the following commands:
18 1 Jean-Philippe Lang
19 9 Jean-Philippe Lang
<pre>
20
svn co http://redmine.rubyforge.org/svn/trunk redmine
21
svn co svn://rubyforge.org/var/svn/redmine/trunk redmine
22
</pre>
23 1 Jean-Philippe Lang
24 22 Jean-Philippe Lang
h3. 0.7 & 0.8 Stable
25 1 Jean-Philippe Lang
26 21 Mischa The Evil
You can [[CheckingoutRedmine|checkout]] the latest stable source with one of the following commands:
27 1 Jean-Philippe Lang
28 9 Jean-Philippe Lang
<pre>
29 13 Jean-Philippe Lang
svn co http://redmine.rubyforge.org/svn/branches/0.7-stable redmine-0.7
30
svn co svn://rubyforge.org/var/svn/redmine/branches/0.7-stable redmine-0.7
31 9 Jean-Philippe Lang
</pre>
32
33 1 Jean-Philippe Lang
It will create a directory named @redmine-0.7@ and you'll be able to update your Redmine copy using @svn update@ in this directory.
34 23 Mischa The Evil
35
The 0.8-Stable can be checked-out by replacing @0.7@ with @0.8@ in the preceding commands.
36 2 Thomas Lecavelier
37
h2. Troubleshooting
38
39 8 Jean-Philippe Lang
If you get this error when trying to checkout the source:
40 2 Thomas Lecavelier
41
  "PROPFIND 200 OK" error
42
43
Please contact your network administrator and ask him to enable WebDAV extension in your proxy.