I noticed that TortoiseHg doesn't commit empty folders. How to fix that?
Mercurial doesn't track empty folders.
If you really want an 'empty' folder in the repo, I'd suggest checking in a readme file in that folder explaining why it's empty/necessary to be in the repo, that way you can have a psuedo empty folder and have documentation for why at the same time.
Alternatively look at why you need this folder. Is it for you build process? Then maybe creating it should be part of the build process not version control.
This is usually done by adding a hidden file in the folder (starting with a dot, like .hidden
).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With