Missing empty directory when using git
Quote from TomaSajt on December 13, 2023, 9:08 pmWhen I was playing around with the build-steps of the application, I initially used
git
, and cloned the source code fromhttps://git.launchpad.net/~arcachofo/simulide/
, because I didn't have access tobzr
. It turns outgit
doesn't support committing empty directories, soresources/qm
wasn't cloned to my system. Because of this the build failed (the directory didn't exist, and it tried to place files inside of it). This is a very minor issue as I doubt a lot of people would use git to clone the project. Just wanted to put this out there.
When I was playing around with the build-steps of the application, I initially used git
, and cloned the source code from https://git.launchpad.net/~arcachofo/simulide/
, because I didn't have access to bzr
. It turns out git
doesn't support committing empty directories, so resources/qm
wasn't cloned to my system. Because of this the build failed (the directory didn't exist, and it tried to place files inside of it). This is a very minor issue as I doubt a lot of people would use git to clone the project. Just wanted to put this out there.