Fine-grained permissions for Bazaar over WebDAV

Asked by Vincent

Hello,

We're setting up a centralized repository over WebDAV (Apache) for our Bazaar projects. SVN has fine-grained permisions through WebDAV (on a per-directory or per-file basis).

Bazaar comes with a script for bzr+ssh to define almost-fine-grained permissions (bzr_access). Does someone hacked this script to make it work with WebDAV?

May be adding a smartserver layer as specified on http://doc.bazaar.canonical.com/latest/en/user-guide/http_smart_server.html is necessary.

Vincent

Question information

Language:
English Edit question
Status:
Expired
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
Martin Pool (mbp) said :
#2

I haven't done this. I forwarded your question to the list and maybe someone else will have.

It seems like you should be able to script this inside Python with a pre_branch_tip_change hook.