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

Versioning CSP Application

Open lucasscarduelli opened this issue 10 years ago • 5 comments

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 if they were versioned for its extension origin.

lucasscarduelli avatar Aug 25 '15 19:08 lucasscarduelli

In ideal world classes and routines also can be exported as plain text. This can be probably be done in version 2.0 of this plugin that will break compatibility with existing repositories. Not to mention that version 2.0 will highly unlikely ever come.

adaptun avatar Aug 25 '15 21:08 adaptun

Okay, I agree fully, but as that was made today, I'm just having trouble with the versioning of binary files, for example, when I need an image versioning. There is a possibility now change the project so that binary files are versioned in its original format?

lucasscarduelli avatar Sep 30 '15 13:09 lucasscarduelli

Another alternative would be to indicate the settings the way the CSP application and versioning directly to physical folder, and not export Caché.

lucasscarduelli avatar Sep 30 '15 13:09 lucasscarduelli

Any news?

lucasscarduelli avatar Nov 04 '15 16:11 lucasscarduelli

What is the problem with binary files? They are exported in standard $system.OBJ.Export base64-XML format.

It has the same problems as export of js in XML-like format. Or cls.

adaptun avatar Nov 12 '15 12:11 adaptun