Book a Demo

Author Topic: Another potential request...  (Read 5263 times)

PhilBoyd

  • EA Novice
  • *
  • Posts: 14
  • Karma: +0/-0
  • Doh!
    • View Profile
Another potential request...
« on: July 01, 2002, 07:42:11 am »
As if I haven't already thrown enough your way :)

Would it be possible to have logging added - showing changes to the project - ie dependency added, requirement deleted, etc?  Or have I just missed how to do this?

Tanks

gsparks

  • EA User
  • **
  • Posts: 325
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
Re: Another potential request...
« Reply #1 on: July 02, 2002, 06:37:13 am »
Hi Phil,

This is a fairly 'big request' unfortunately ... so much is being written and modified all the time in EA, the log file would be huge ... not to mention the diffulty in handling import of whole model chunks using XMI.

I think this would also need to be combined with a user level security feature - other wise the record is not really useful. User level security is coming ... later in the year I hope.

I think the XMI handling is the biggest hurdle .. as a whole package 'branch' can be deleted and recreated in one go ... logging the activity would be difficult.

Ill add this as a feature request and hopefully somthing simple will come to mind,

Geoff Sparks


PhilBoyd

  • EA Novice
  • *
  • Posts: 14
  • Karma: +0/-0
  • Doh!
    • View Profile
Re: Another potential request...
« Reply #2 on: July 03, 2002, 08:28:20 am »
Thanks for the reply.  Since the packages can be exported into XMI and stored in source-control, probably just need to a diff between the two versions, and some XSLT to clean it up.

Hmmmm.....

timhawkins

  • EA User
  • **
  • Posts: 28
  • Karma: +0/-0
  • If a man says something and a woman is not around to hear him, is he still wrong?
    • View Profile
Re: Another potential request...
« Reply #3 on: July 04, 2002, 06:57:11 am »
I use EA with CVS, I dont have to export the model, just doubleclick on the .eap in the sandbox and it opens, CVS knows its dirty, when I have finished a set of edits then I commit them to the CVS repository.

timhawkins

  • EA User
  • **
  • Posts: 28
  • Karma: +0/-0
  • If a man says something and a woman is not around to hear him, is he still wrong?
    • View Profile
Re: Another potential request...
« Reply #4 on: July 07, 2002, 02:44:03 pm »

Quote
Thanks for the reply.  Since the packages can be exported into XMI and stored in source-control, probably just need to a diff between the two versions, and some XSLT to clean it up.

Hmmmm.....


Geoff, what about a utility that logs the difference between two projects, ie save a copy of the eap file, then modify it, and then have a utility that reads both .eap files and outputs a description of the differences between the two., ie list of changed objects.