I'm using AUFS for merging 100+ branches for a project. At runtime, I frequently add or remove few branches.
Now, If I have a branch named "firefox-21.0" and If I update/modify one of it's file then AUFS creats it's whiteout file (.wh). So far so good.
But later, If I planned to update the firefox to new version then I have to delete the "firefox-21.0" branch from system. Deleting branch from AUFS is easy. But question is [how do I remove those .wh files created ?]
If I merge firefox-23.0 then previously created .wh may get preference over old firefox-21.0's file