Remy Blank wrote: > Going through the remaining tickets on 0.12-multirepos, there are > currently only 4 left (targeted at 0.12): > > #7116 fine-grained permissions are not applied to directories when > browsing sources > #5640 SVN checkin comments float up past svn:authz barrier. > #6370 Contrib post-commit for Win has issues with quotes in project > name, failing > #8700 patch for trac-svn-post-commit-hook.cmd > > The first two have been reported on 0.11 already, and are not specific > to multirepos.
No, the fixes to the svn authz stuff imply doing one last API change, i.e. remove the authorizer from the Repository constructor and do all the permission checks the "0.11" way, using fine grained permissions; the svn_authz becoming a normal IPermissionPolicy plugin. So I'd prefer to see that happen on the branch first, and I'll try to do this in the coming days. Same goes for #8731. > The third is a minor issue with quoting on Windows, and > the last one is a documentation update. Both could also be done on trunk. > > So, how about some merging? ;-) > Well, I think we're close, I'd say the last changes could be completed this week, and if there's no blocker found, the merge can be done this week-end. -- Christian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en -~----------~----~----~----~------~----~------~--~---
