Open
Description
Consider the following project:
project.class.cls
project.include.inc
Cache studio thinks that they both are in a directory project.
But in cache-tort-git if we add them to source control, they would be exported to disk as:
\root\project\class.cls.xml
\root\project.include.inc.xml
I propose cace-tort-git export them as:
\root\project\class.cls.xml
\root\project\include.inc.xml