Author Topic: Check-in Package - Hook API  (Read 3626 times)

Tehila1

  • EA User
  • **
  • Posts: 256
  • Karma: +0/-0
    • View Profile
Check-in Package - Hook API
« on: April 18, 2016, 06:09:31 pm »
Hello,

I would like to intervene in the process of checking in a package.
Is there any API that allows it?
I didn't find anything makes sense in the EAAddinBase class..

Thanks in advance!

Helmut Ortmann

  • EA User
  • **
  • Posts: 970
  • Karma: +42/-1
    • View Profile
Re: Check-in Package - Hook API
« Reply #1 on: April 18, 2016, 06:27:29 pm »
Hi,

As far as I know you aren't able to intervene in the process of check in with something like hooks or callbacks.

What you can do is using the API for e.g. Checkin, Checkout and more.

Together with the possibility of using native Version Control features by API you should be able to handle most cases.

For example I added features for SVN and MKS by Addin. Script would also do.

Helmut

Coaching, Training, Workshop (Addins: hoTools, Search&Replace, LineStyle)