Menu

Commit [r4200]  Maximize  Restore  History

Follow-up to r3971: a loop was introduced between `get_repository()` and `SubversionAuthorizer()`.

That loop in turn got masked by a "hang" will trying to re-acquire the non-reentrant lock introduced by r3980.

Now we explicitely pass the repository instance to the `SubversionAuthorizer` constructor.
Fixes #3996, a big ''thank you'' to Markus, the.ajarn, sam and simon for helping out on this one!

cboos 2006-11-09

changed /trunk/trac/versioncontrol/svn_authz.py
changed /trunk/trac/versioncontrol/svn_fs.py
/trunk/trac/versioncontrol/svn_authz.py Diff Switch to side-by-side view
Loading...
/trunk/trac/versioncontrol/svn_fs.py Diff Switch to side-by-side view
Loading...