Project

General

Profile

Actions

Defect #6312

closed

Error parsing svn output: #<REXML::ParseException: No close tag for /lists/list>

Added by Ве Fio over 13 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-09-06
Due date:
% Done:

0%

Estimated time:
Resolution:
Affected version:

Description

Redmine: 1.0.1
Ruby: 1.8.7
Subversion: 1.6.6
Using: Apache + Phusion

This only happens while using private projects for me. I used Repositories_access_control_with_apache_mod_dav_svn_and_mod_perl, and where it says

     #read-only access    
     <Limit GET PROPFIND OPTIONS REPORT>
        Require valid-user
        Allow from redmine.server.ip
        # Allow from another-ip
         Satisfy any
     </Limit>

I had to comment out "Allow from redmine.server.ip" because it causes private projects to not work correctly (you can checkout, list private projects without logging in, but you can't commit), where removing it completely fixed it (normal behavior).

While I had "Allow from..." in there, browsing and seeing the repository worked, but however when I removed it, I get the error "Error parsing svn output: #<REXML::ParseException: No close tag for /lists/list>" in my production log, and the repository says "The entry or revision was not found in the repository.", however, I need my private projects to work AND being able to browse them, so this is quite conflicting...

Actions

Also available in: Atom PDF