RTC and EAE Integration
One answer
Comments
Hi, Geoffrey.
I'm thinking about have all the files versions on RTC, and start some EAE commands from the RTC. I'm looking for some integration pack or API that enable me to do that. Do you think it is possible?
Best Regards
You can use RTC to version the information in EAD, as long as:
- EAD writes out its persistent information in the form of files
- EAD supports "refreshing" its IDE data by rereading those files.
Since EAD doesn't advertise support for that scenario, I suspect that they either store their information in some database, rather than as separate files, and/or if they do store the information in files, they are files that cannot be manipulated by a non-EAD agent (such as an SCM system).
In other words, based on EAD's Version Control Guide, I suspect that EAD does not make this possible. But if you can locate any documentation by EAD on this topic, we could investigate further.
Thank you, Geoffrey.