Opened 17 years ago
Closed 16 years ago
#3024 closed defect (duplicate)
SvnAuthzAdminPlugin on Trac 0.11b2
Reported by: | anonymous | Owned by: | Kis Gergely |
---|---|---|---|
Priority: | high | Component: | SvnAuthzAdminPlugin |
Severity: | blocker | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
I have installed Trac0.11b2 and it comes with TracWebAdmin integrated in it. But, as it seems, the SvnAuthzAdminPlugin still requires the TracWebAdmin as a plugin of Trac (it was required before when TracWebAdmin was only installead as a plugin).
Conclusion: I couldn't use the plugin. Any suggestions!?
thanks
Attachments (0)
Change History (3)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Hello,
I have fixed that getting the source ZIP environment. Edit the setup.py file and modify the two following lines:
VERSION = '0.1.1'
install_requires = TracAccountManager?
This should remove the dependency.
Re-build the EGG file (python setup.py bdist_egg) and move the .egg file from the dist/ sub-directory to your plugin directory.
Do not forget to apply the patch for 0.11 (see http://trac-hacks.org/attachment/wiki/SvnAuthzAdminPlugin/svnauthz_0.1.1.patch)
Sorry, I am not familiar with wiki editing...
Anyone can confirm this ?