Edgewall Software
Modify

Opened 11 years ago

Closed 11 years ago

#11135 closed defect (duplicate)

ParsingError: File contains parsing errors: /projects/stalincse/StalinWorks/trac/../svn-groups [line 9]: '= rw\n'

Reported by: stalincse@… Owned by:
Priority: high Milestone:
Component: general Version: 0.11.7
Severity: critical Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to Reproduce

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

(please provide additional details here)

Request parameters:

{'path': '/'}

User Agent was: Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/20100101 Firefox/19.0

System Information

Trac 0.11.7
Python 2.5.4 (r254:67916, Nov 2 2009, 13:08:35)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-46)]
setuptools 0.6c11
SQLite 3.6.19
pysqlite 2.5.5
Genshi 0.5.1
mod_wsgi 3.3 (WSGIProcessGroup tracdaemon WSGIApplicationGroup %{GLOBAL})
Pygments 1.1.1
RPC 1.0.6
Subversion 1.7.2 (r1207936)
jQuery: 1.2.6

Python Traceback

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

Attachments (0)

Change History (2)

comment:1 by Christian Boos, 11 years ago

Please, do search for duplicates first…

comment:2 by Remy Blank, 11 years ago

Resolution: duplicate
Status: newclosed

Duplicate indeed. But the frequency at which this has been reported recently makes me wonder if "= rw" is or was supported by SVN at some point.

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.