Edgewall Software
Modify

Opened 11 years ago

Closed 11 years ago

#11150 closed defect (duplicate)

ParsingError: File contains parsing errors: /projects/Gooz/Gooz/trac/../svn-groups [line 10]: '= rw\n' [line 13]: '= rw\n'

Reported by: ilan.levy78@… Owned by:
Priority: normal Milestone:
Component: general Version: 0.11.7
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

I was trying to update a ticket with my comments when I started to see this error. Now I see it everytime I enter the trac and can't continue working.

How to Reproduce

While doing a GET operation on /, Trac issued an internal error.

(please provide additional details here)

User Agent was: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31

System Information

Trac 0.11.7
Python 2.6.6 (r266:84292, Sep 12 2011, 14:03:14)
[GCC 4.4.5 20110214 (Red Hat 4.4.5-6)]
setuptools 0.6
SQLite 3.6.20
pysqlite 2.4.1
Genshi 0.6
mod_wsgi 3.2 (WSGIProcessGroup tracdaemon WSGIApplicationGroup %{GLOBAL})
Pygments 1.4
RPC 1.1.2-r10706
Subversion 1.7.2 (r1207936)
jQuery: 1.2.6

Python Traceback

Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/Trac-0.11.7-py2.6.egg/trac/web/main.py", line 450, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.6/site-packages/Trac-0.11.7-py2.6.egg/trac/web/main.py", line 176, in dispatch
    chosen_handler)
  File "/usr/lib/python2.6/site-packages/Trac-0.11.7-py2.6.egg/trac/web/main.py", line 296, in _pre_process_request
    chosen_handler = filter_.pre_process_request(req, chosen_handler)
  File "/usr/lib/python2.6/site-packages/Trac-0.11.7-py2.6.egg/trac/versioncontrol/api.py", line 86, in pre_process_request
    self.get_repository(req.authname).sync()
  File "/usr/lib/python2.6/site-packages/Trac-0.11.7-py2.6.egg/trac/versioncontrol/api.py", line 157, in get_repository
    repos = self._connector.get_repository(rtype, rdir, authname)
  File "/usr/lib/python2.6/site-packages/Trac-0.11.7-py2.6.egg/trac/versioncontrol/svn_fs.py", line 296, in get_repository
    authname)
  File "/usr/lib/python2.6/site-packages/Trac-0.11.7-py2.6.egg/trac/versioncontrol/svn_authz.py", line 47, in SubversionAuthorizer
    return RealSubversionAuthorizer(repos, authname, module_name, authz_file)
  File "/usr/lib/python2.6/site-packages/Trac-0.11.7-py2.6.egg/trac/versioncontrol/svn_authz.py", line 88, in __init__
    self.conf_authz.read(cfg_file)
  File "/usr/lib64/python2.6/ConfigParser.py", line 286, in read
    self._read(fp, filename)
  File "/usr/lib64/python2.6/ConfigParser.py", line 510, in _read
    raise e
ParsingError: File contains parsing errors: /projects/Gooz/Gooz/trac/../svn-groups
	[line 10]: '= rw\n'
	[line 13]: '= rw\n'

Attachments (0)

Change History (1)

comment:1 by Jun Omae, 11 years ago

Resolution: duplicate
Status: newclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.