Added by Sergey Kolodyazhnyy over 14 years ago
Hi, everyone
Today I have tried to setup Redmine to work with SVN server trough HTTPS protocol but it's not working. In production.log I have found this exception:
No close tag for /lists/list Line:. Position:. Last 80 unconsumed characters: Output was: <?xml version="1.0"?> <lists> <list path="https://mysvnrepository/svn/project1">
It look like invalid XML format in SVN output and Redmine can't parse it. Also I have found issue #3929 which discribe same problem and it's closed (but I didn't saw working solution).
Server configuration:
- VirtualSVN server (on the separate server, I have no access to it configuration)
- SVN client 1.6
- Redmine (1.2 stable, up-to-date from svn repository)
- Apache 2.2 + mod_passanger