Permission denied error when .bzr is read-only
Bug #334071 reported by
Matt Nordhoff
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar Revno Cache |
Triaged
|
Medium
|
Unassigned |
Bug Description
If it can't write to .bzr/branch, bzr-revnocache fails while trying to create the cache. It should just silently disable the cache and let things continue.
$ bzr init
$ bzr ci --unchanged -m x
Committing to: /tmp/branch/
Committed revision 1.
$ chmod -R -w .bzr
$ bzr log
bzr: ERROR: [Errno 13] Permission denied: '/tmp/branch/
Changed in bzr-revnocache: | |
status: | New → Triaged |
importance: | Undecided → Medium |
To post a comment you must log in.