In comment #17 I made some tests on a lucid (bzr 2.1.1) non-ecryptfs based home dir with rotating storage.
I just tried again on this lucid install, which I think is a more common use case for working on this branch than the ecryptfs setup, and it took 1mn28s to "bzr status" the first time and indeed about 1s the second time.
After for i in *; do find $i | xargs touch; done, bzr status takes 12s.
In comment #17 I made some tests on a lucid (bzr 2.1.1) non-ecryptfs based home dir with rotating storage.
I just tried again on this lucid install, which I think is a more common use case for working on this branch than the ecryptfs setup, and it took 1mn28s to "bzr status" the first time and indeed about 1s the second time.
After for i in *; do find $i | xargs touch; done, bzr status takes 12s.