Book a Demo

Author Topic: Version Control Automatic Check in  (Read 2619 times)

scampbell

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Version Control Automatic Check in
« on: January 30, 2010, 04:47:18 am »
Hi,

I'm just wondering if there is a way to configure/enable EA to automatically check in any models when I close EA. The specific Version Control System I'm using is Subversion.

Thanks,
Scott.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Version Control Automatic Check in
« Reply #1 on: February 01, 2010, 06:48:48 pm »
Scott,

There is a "VersionControlCheckin" operation available on the Package element in the API.
If you use that in the "EA_Disconnect" event you should be able to checkin all checked-out packages when closing EA.

Geert