Itamar O wrote: > The AuthzSourcePolicy is supposed to be used for other-than-SVN > repositories? > If so, then putting it under versioncontrol.svn_authz seems somewhat > confusing...
Only slightly. The authz "syntax" is Subversion-specific. It's just that we can now use the same functionality for other repository types as well. > In addition, the "scope" property exists in versioncontrol.api, > so I assumed it is available for all supported types. Isn't it the case? Does it? I can only find the .scope attribute in svn_fs.py and cache.py. But seeing that the latter uses hasattr(repos, 'scope') to check if a repository is scoped, we could either do the same, or lift the .scope attribute up into Repository. > done in http://trac.edgewall.org/ticket/9566 Thanks! -- Remy
signature.asc
Description: OpenPGP digital signature
