cache-tort-git icon indicating copy to clipboard operation
cache-tort-git copied to clipboard

Export inc to target directory and not project root

Open eduard93 opened this issue 10 years ago • 2 comments

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

eduard93 avatar Jan 20 '15 10:01 eduard93

Class name: project.class Package: project

eduard93 avatar Jan 20 '15 11:01 eduard93

Infortunately today it will be hard to change without breaking all repositories created with the older versions. I'd not complain that much if plugin will provide some wizard style functionality to rename and relocate all exported files in git, but, well, ... it's complicated.

tsafin avatar Jan 23 '15 13:01 tsafin