[Errno 13] Permission denied when adding bazaar repository
409 views
Skip to first unread message
Jasper
unread,
Mar 30, 2012, 5:03:49 AM3/30/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to revie...@googlegroups.com
I am trying to add a bazaar repository to reviewboard, but get this error message: Permission denied:
"/[path-to-project]/.bzr/branch-format":
[Errno 13] Permission denied:
u'[path-to-project]/.bzr/branch-format'
Our bazaar repository is accessed via a NFS mount. When I cat the branch-format file in a terminal the content is shown.
When I try to add a local repository it works fine and the review requests are created.
Are there perhaps system users used by Reviewboard that needs to be in the same group as the files in our repository?
Thanks, Jasper
Jasper
unread,
Apr 3, 2012, 1:45:11 AM4/3/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to revie...@googlegroups.com
After playing around with user permissions, it seems that running the webserver as a group with enough permissions for the repository is working.