Download » History » Version 7
Jean-Philippe Lang, 2007-12-20 20:57
add stable source checkout command
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 | If you can't access the SVN repository via the __svn://__ URL (with an error such as "connection refused") please try the http:// method. |
||
31 | |||
32 | Don't forget to configure your environment for your proxy. |
||
33 | |||
34 | If even with proxy configured, you still get problems such as: |
||
35 | |||
36 | "PROPFIND 200 OK" error |
||
37 | |||
38 | Please contact your network administrator and ask him to enable WebDAV extension in your proxy. |