Modify

Opened 16 years ago

Closed 16 years ago

#2351 closed defect (invalid)

Bug trying to use this plugin

Reported by: ssaboum@… Owned by: Robert Barsch
Priority: normal Component: TracSvnAuthzPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.10

Description

Hi, i got problems trying to use the SvnAuthzPlugin here is the traceback, when i just click on Subversion access after enabling it

Python Traceback

Traceback (most recent call last):

File "/var/lib/python-support/python2.5/trac/web/main.py", line 406, in dispatch_request

dispatcher.dispatch(req)

File "/var/lib/python-support/python2.5/trac/web/main.py", line 237, in dispatch

resp = chosen_handler.process_request(req)

File "/usr/lib/python2.5/site-packages/TracWebAdmin-0.1.2dev_r5911-py2.5.egg/webadmin/web_ui.py", line 119, in process_request

path_info)

File "/usr/lib/python2.5/site-packages/SvnAuthzAdminPlugin-0.1-py2.5.egg/svnauthz/admin_ui.py", line 45, in process_admin_request

self.authz = self._get_model();

File "/usr/lib/python2.5/site-packages/SvnAuthzAdminPlugin-0.1-py2.5.egg/svnauthz/admin_ui.py", line 359, in _get_model

return r.read(self.authz_file)

File "/usr/lib/python2.5/site-packages/SvnAuthzAdminPlugin-0.1-py2.5.egg/svnauthz/io.py", line 10, in read

fp = open(filename, "r")

IOError: [Errno 2] No such file or directory: u

thank you for your help, and time.

Attachments (0)

Change History (1)

comment:1 Changed 16 years ago by Robert Barsch

Resolution: invalid
Status: newclosed

You are refering to the wrong plugin. Please contact the developer of SvnAuthzAdminPlugin in order to fix your problem.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Robert Barsch.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.