You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem I suppose is that sources are not correctly mapped because the package manager is looking for a directory named ".git" at the root of the module folder, however submodules are just simple files linking to the parent git directory
The text was updated successfully, but these errors were encountered:
isc-tleavitt
added
bug
Something isn't working
customer
Based on customer feedback (as opposed to something identified by developers)
labels
Dec 7, 2023
Naively changing ##class(%Library.File).DirectoryExists() into ##class(%Library.File).Exists() at this line seems to fix the issue, and works for my use cases. More testing may be needed though
I use modules for different namespaces in my project setup as git submodules
Consider the following directory tree:
The problem I suppose is that sources are not correctly mapped because the package manager is looking for a directory named ".git" at the root of the module folder, however submodules are just simple files linking to the parent git directory
according to this line:
https://github.com/intersystems/git-source-control/blob/9aa8009111a14328118e0dcfef02cd7b3101a1e6/cls/SourceControl/Git/PackageManagerContext.cls#L27C1-L27C166
exemple .git file in a submodule:
The text was updated successfully, but these errors were encountered: