Book a Demo

Author Topic: Package Undo Checkout  (Read 3007 times)

shizzl

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Package Undo Checkout
« on: January 11, 2010, 07:32:12 pm »
Hi everybody

I'm doing an add-in which checks-out and checks-in version controlled packages. This works with:
GetTreeSelectedPackage().VersionControlCheckout();
and
GetTreeSelectedPackage().VersionControlCheckin();

Now the question i have: How can i do an undo-checkout with the automation interface? Cause i haven't found a function like the others.

Thanks

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Package Undo Checkout
« Reply #1 on: January 11, 2010, 07:34:53 pm »
Thats because it isn't there  :'(

VC is only barely supported in the API.
Maybe, just maybe... they might improve that in version 8.0.
I think I remember one or two responses from the Sparxians that hinted something like that.

Geert

shizzl

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Package Undo Checkout
« Reply #2 on: January 11, 2010, 07:42:50 pm »
Uuhh-.- so there is no way to do an undo-checkout with the automation interface?  :(
That's sad^^

Ok, so unfortunately i have to wait.
Thanks for your fast response anyway.

/me