Modify

Opened 14 years ago

Last modified 4 years ago

#6856 new defect

Using multiple repository syntax breaks admin interface

Reported by: anonymous Owned by: Ryan J Ollos
Priority: normal Component: SvnAuthzAdminPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

Hi - we have used mutliple repository syntax within the authlist file, e.g. - we have five repositories, which we have different access rights for:

[groups]
itswebdev = user1,user2,user3
wanteam = user4

[/]
@itswebdev = rw

[modius_farcry_core:/]
* = r

[modius_farcry_plugins:/]
* = r

[farcry:/]
@itswebdev = rw

[moodle:/]
@itswebdev = rw

[networks:/]
@wanteam = rw

However with that syntax, when we try to go into svnauthz module in the admin section of trac we get the following error:

Oops…
Trac detected an internal error:

IOError: Bad path: modius_farcry_core:/

This is probably a local installation issue.

We are running trac/svn on a windows server.

Attachments (0)

Change History (3)

comment:1 Changed 14 years ago by anonymous

Specify the path to the svn-authz-file in [trac.ini] - i.e.:

[trac] authz_file = /var/svn/example/conf/authz

comment:2 Changed 10 years ago by Ryan J Ollos

Owner: changed from Kis Gergely to Ryan J Ollos
Status: newassigned

comment:3 Changed 4 years ago by Ryan J Ollos

Status: assignednew

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain Ryan J Ollos.

Add Comment


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

 
Note: See TracTickets for help on using tickets.