cache-tort-git
cache-tort-git copied to clipboard
Access to Tortoise Git interface from Caché Studio
The code works fine. The one issue I have is the name of the objects. According to Intersystems documentation Custom Items in CACHESYS You can create items in the CACHESYS...
Hello, I am having this issue with Export All. My workflow is as follow: 1. Studio currently have latest master checkout from git. 2. From Studio Import Local> select an...
Also ability to read sc-list in old and new format
This makes it really hard to view diffs on the code. Is there any way to make the actual class files be saved to git, instead of the xml representations?...
For CSP applications I do not see the need for versioning export XML files, this because within the application often have files from other formats that would provide greater control...
What should we do, if there is no sc-list in repo? Just Load All? Or write some more meaningfull error?
Currently cache-tort-git puts files from all different csp apps in one folder `csp`. That is bad, because these apps might contain files with the same name
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...