Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export inc to target directory and not project root #16

Open
eduard93 opened this issue Jan 20, 2015 · 2 comments
Open

Export inc to target directory and not project root #16

eduard93 opened this issue Jan 20, 2015 · 2 comments

Comments

@eduard93
Copy link
Contributor

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 eduard93 changed the title Export inc to target directory and not root Export inc to target directory and not project root Jan 20, 2015
@eduard93
Copy link
Contributor Author

Class name: project.class
Package: project

@tsafin
Copy link
Contributor

tsafin commented Jan 23, 2015

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.

adaptun added a commit that referenced this issue Nov 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants