Project

General

Profile

Download » History » Version 2

Thomas Lecavelier, 2007-10-16 17:09
Add http svn co method, for users behind a WebDAV enable proxy. Add troubleshooting section.

1 1 Jean-Philippe Lang
h1. Download
2
3
h2. Latest source
4
5
You can checkout the latest source from the SVN repository trunk.
6
7
  svn checkout svn://rubyforge.org/var/svn/redmine/trunk
8
9 2 Thomas Lecavelier
Or
10
11
  svn checkout http://redmine.rubyforge.org/svn/trunk/
12
13 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.
14
15
h2. Latest release: 0.5.1 (2007-07-15)
16
17
Redmine releases can be found at "RubyForge":http://rubyforge.org/frs/?group_id=1850.
18 2 Thomas Lecavelier
19
h2. Troubleshooting
20
21
If you can't access the SVN repository via the __svn://__ URL (with an error such as "connection refused") please try the http:// method.
22
23
Don't forget to configure your environment for your proxy.
24
25
If even with proxy configured, you still get problems such as:
26
27
  "PROPFIND 200 OK" error
28
29
Please contact your network administrator and ask him to enable WebDAV extension in your proxy.