Is there an easier way to be able to use git with OpenEdge database changes than dumping the db dictionary file as text and version handle it?
Maybe like the Roundtable version handling system than can see changes in db (that cost way too much).
Is there an easier way to be able to use git with OpenEdge database changes than dumping the db dictionary file as text and version handle it?
Maybe like the Roundtable version handling system than can see changes in db (that cost way too much).
In a word. "No". I've been using Progress since V3 and Roundtable since it was launched. I also do Roundtable consulting work. If you want an alternative then you need something that can talk to the Openedge database as a client process. AFAIK there is nothing out there in the market place.
Remember also that Roundtable does a lot more than "versioning" the database. It also manages all of the interdependencies between the code and provides a slew of tools including "where used", trigers compiles in programs on an as-needed basis and handles migrations between workspaces.
If you should find anything, let us know - I'll be right on it :)
Even though I have been using Roundtable for "where used" listings, I find I still depend on Linux "frep" and Windows "SLS" for more rigorous "where used"; and, pipe the result to a text file that can be further modified.