configuration or command option to ignore filesystem permission changes
Bug #240294 reported by
Martin Pool
This bug affects 13 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Wishlist
|
Unassigned | ||
Breezy |
In Progress
|
Medium
|
Unassigned |
Bug Description
In some cases users on unix would like to ignore apparent changes in workingtree execute bits. As one example the user may have their workingtrees mounted on a CIFS or VFAT filesystem on unix: the files apparently have mode bits but they can't be set reproducibly. Instead we would presumably store them just in the dirstate.
I can imagine wanting to set this either as a per-location configuration, or as an option to diff/status/commit.
Comes from https:/
Changed in bzr: | |
importance: | Undecided → Low |
status: | New → Confirmed |
Changed in bzr: | |
importance: | Low → Wishlist |
tags: | added: check-for-breezy |
Changed in brz: | |
status: | New → Triaged |
importance: | Undecided → Medium |
tags: |
added: case-sensitivity removed: check-for-breezy |
Changed in brz: | |
status: | Triaged → In Progress |
milestone: | none → 3.0.0 |
To post a comment you must log in.
This is also an issue when working under windows with cygwin and tortoise bzr in combination. If you branch with one of the tools, and attempt to commit or look at the status - many if not all of the files in your working tree are flagged as the permissions have been modified... This is prevents people from being able to take advantage tortoise bzr and cygwin in parallel.