Book a Demo

Author Topic: Version Control: Check in Check  (Read 3998 times)

marcelloh

  • EA User
  • **
  • Posts: 192
  • Karma: +0/-0
    • View Profile
Version Control: Check in Check
« on: August 25, 2008, 09:57:27 pm »
Is it possible to configure EA,  so that it will tell me I've got things to check in, before I close down EA.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Version Control: Check in Check
« Reply #1 on: August 28, 2008, 08:30:32 am »
I think you could do something with an add-in.

Handle EA_FileClose.
Call Repository.GetElementsByQuery("My Checked Out Packages", "")
Bring up your own dialog listing the packages, and call
Package.VersionControlCheckin, on any packages you want checked in.

marcelloh

  • EA User
  • **
  • Posts: 192
  • Karma: +0/-0
    • View Profile
Re: Version Control: Check in Check
« Reply #2 on: August 28, 2008, 03:19:55 pm »
Is there someone who can do this?

(This reminds me of a situation where a collega of mine said he had an ideal software product, that was able to solve all of my problems. I only had to configure it. I told him to bring it. The next day he show me the box of this amazing product. It was C++.)

If the answer to al questions is: of course you can, but you have to make it yourself, I think, I stop asking.... ;)

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Version Control: Check in Check
« Reply #3 on: August 29, 2008, 08:29:48 am »
I'm afraid I can't do it for you, and it isn't something that's built into EA. I just thought that a suggestion of how you could achieve what you wanted might be appreciated.  (If you're not interested I could stop making suggestions.)

There is a lot of things that EA can do for you, if you want it to do more, there will be some 'configuring' as your collegue once put it.
« Last Edit: August 29, 2008, 08:42:11 am by simonm »