When running git project load from a non-root directory where a .gitproj is present but no .gitproj exists at the root level, it fails:
.gitproj file missing. Refer to the git-project readme
This occurred when we split the root .gitproj into multiple .gitproj separated by domain - making the root one redundant. However because of the above, the (empty) .gitproj could not be deleted.
When running
git project loadfrom a non-root directory where a.gitprojis present but no.gitprojexists at the root level, it fails:This occurred when we split the root
.gitprojinto multiple .gitproj separated by domain - making the root one redundant. However because of the above, the (empty).gitprojcould not be deleted.