Edgewall Software
Modify

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#10805 closed defect (cantfix)

ParsingError: File contains parsing errors: /fp/svn/repos/53tB6ChAbN10E/svnconf

Reported by: MikeM Owned by:
Priority: normal Milestone:
Component: general Version:
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Christian Boos)

How to Reproduce

While doing a POST operation on /admin/subversion/svnauthz/editgroup/admin, Trac issued an internal error.

Request parameters:

{ __FORM_TOKEN : u 6e5aa7c60346a011cd3b4533 ,
   cat_id : u subversion ,
   panel_id : u svnauthz ,
   path_info : u editgroup/admin ,
   removepaths : u Remove selected paths ,
   selpath : u None: } 

User Agent was: Mozilla/5.0 Windows NT 6.1; WOW64; rv:15.0 Gecko/20100101 Firefox/15.0

System Information

Trac 0.11
Python 2.6 r26:66714, Nov 3 2009, 17:33:38
GCC 4.4.1 20090725 Red Hat 4.4.1-2
setuptools 0.6c9
SQLite 3.6.20
pysqlite 2.4.1
Genshi 0.5.1
mod_python 3.3.1
Pygments 1.3.1
Subversion 1.6.6 r40053
jQuery: 1.2.6

Python Traceback

Traceback  most recent call last:
   File  /usr/lib/python2.6/site-packages/Trac-0.11-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-py2.6.egg/trac/web/main.py , line 176, in dispatch  chosen_handler
   File  /usr/lib/python2.6/site-packages/Trac-0.11-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-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-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-py2.6.egg/trac/versioncontrol/svn_fs.py , line 296, in get_repository  authNAME
   File  /usr/lib/python2.6/site-packages/Trac-0.11-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-py2.6.egg/trac/versioncontrol/svn_authz.py , line 88, in __init__  self.conf_authz.read cfg_file
   File  /usr/lib/python2.6/ConfigParser.py , line 286, in read  self._read fp, fileNAME
   File  /usr/lib/python2.6/ConfigParser.py , line 510, in _read  raise e ParsingError: File contains parsing errors: /fp/svn/repos/53tB6ChAbN10E/svnconf  line 13 :     n

Attachments (0)

Change History (2)

comment:1 by Remy Blank, 12 years ago

Resolution: cantfix
Status: newclosed

/admin/subversion is not part of Trac core, so this is a PluginIssue.

comment:2 by Christian Boos, 12 years ago

Description: modified (diff)

(minimal edition of the description to make it more or less readable)

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.