When I first found out that Mercurial tracked files and not directories, I was a bit disappointed. (This means you can't represent an empty directory in the repo.) However, it doesn't seem to be an issue in practice, and makes some things a tad easier for me. How about other SCM systems? (Edit this post to add them.) What advantages or disadvantages have you found by not tracking directories? (Each one separately in an answer, please.)
Do track directories:
- Subversion
- Bazaar/bzr
- PlasticSCM
- Accurev
- Clearcase
- (add one!)
Do NOT track directories:
- Mercurial/hg
- git
- (add one!)