Book a Demo

Author Topic: EA API (GetAllLatest)  (Read 2866 times)

suki

  • EA User
  • **
  • Posts: 25
  • Karma: +0/-0
    • View Profile
EA API (GetAllLatest)
« on: June 21, 2011, 05:29:35 pm »
Hello,
we use local EAP project where every package is controlled in SVN. We need daily and automatically update EAP project and then export it to HTML. However in API is not accessible function GetAllLatest so we tried to call the function GetLatest recursively for each package.

The problem is, that this way of update (using GetLatest) is very slow because GetLatest creates separate session between EA server and SVN sever for downloading each XML file. Our projects have more than 2000 packages it means create and finish connection many times. And it is very slow.
As we know, function GetAllLatest uses XML files from local copy of SVN. So this way is possible update whole SVN (XMI) on local EA server at first and then execute GetAllLatest. This way is much more faster but unfortunately isn't accesible on API.
Please, could be possible provide the function GetAllLatest on API or can you recomend us another solution how to execute update EAP automatically?

Currently we use the lastest version of EA 907.
Thanks for your answer.