#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. 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? ;-)
-- Remy
Big +1 from me. Been using multirepos with git and bitten for the past
few months and it's been working like a charm
-John
Since multirepos is scheduled to merge anyway and is the way Trac is (and should be) going, +1 from me too.
Jeff
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