Project

General

Profile

Download » History » Version 8

Jean-Philippe Lang, 2007-12-20 20:59

1 1 Jean-Philippe Lang
h1. Download
2
3 7 Jean-Philippe Lang
h2. Latest stable release: 0.6.3 (2007-12-18)
4 1 Jean-Philippe Lang
5 7 Jean-Philippe Lang
Redmine releases can be found at "RubyForge":http://rubyforge.org/frs/?group_id=1850. See the [[Changelog]] for details.
6 1 Jean-Philippe Lang
7 7 Jean-Philippe Lang
h2. Latest source code
8 1 Jean-Philippe Lang
9 7 Jean-Philippe Lang
You can get the latest source code of Redmine from the Subversion repository hosted at Rubyforge. The repository URL is: 
10 1 Jean-Philippe Lang
11 7 Jean-Philippe Lang
bq. http://redmine.rubyforge.org/svn
12 1 Jean-Philippe Lang
13 7 Jean-Philippe Lang
14 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.
15
16 7 Jean-Philippe Lang
h3. Development
17 1 Jean-Philippe Lang
18 7 Jean-Philippe Lang
You can checkout the latest development source from the trunk with the following command:
19
20
<pre>svn checkout http://redmine.rubyforge.org/svn/trunk redmine-devel</pre>
21
22
h3. 0.6 Stable
23
24
You can checkout the latest stable source with the following command:
25
26
<pre>svn checkout http://redmine.rubyforge.org/svn/branches/0.6-stable redmine-0.6-stable</pre>
27 2 Thomas Lecavelier
28
h2. Troubleshooting
29
30 8 Jean-Philippe Lang
If you get this error when trying to checkout the source:
31 2 Thomas Lecavelier
32
  "PROPFIND 200 OK" error
33
34
Please contact your network administrator and ask him to enable WebDAV extension in your proxy.