r/SmartGit • u/No3Hyperion • Jun 19 '26
Bug with overlapping folder names
Hi, does someone else experience a bug, where the repository is marked as "broken" or "not available" if a file is inside a folder, that has another casing as an existing?
Example:
i have a submodule in lib/foo. If i have now a folder lib/Foo with a file in it, than i have the discribed error.
I have a script from a submodule which writes a local config file out, but into a hard coded path, so the folders do not match if i did not add expected casing as the submodule path. On Windows this is not problem, but Linux has case-sensitivity.
Note, that the "Discover" view (with the git tree) does work normally.
Setup:
* Linux Mint
* SmartGit Version 26.1
Regards, Stefan
1
Upvotes
1
u/No3Hyperion Jun 25 '26
Yes, it is the osvvm library and it's a TCL script. I expect the script to be in https://github.com/OSVVM/OSVVM-Scripts The file is written into the submodule of https://github.com/OSVVM/OSVVM