Author Topic: How works VersionControlGetStatus()  (Read 2124 times)

x_honzi

  • EA Novice
  • *
  • Posts: 14
  • Karma: +0/-0
    • View Profile
How works VersionControlGetStatus()
« on: June 16, 2009, 08:56:56 pm »
Hi,
I have a little question about that how works VersionControlGetStatus. Just tell me somebody if EA provide flag management check-in/out on its own internally or it's every time retrieved from version control tool?

Thanks

lubos

  • EA User
  • **
  • Posts: 101
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: How works VersionControlGetStatus()
« Reply #1 on: July 01, 2009, 01:06:15 am »
I'm not very sure but when I played with this feature I have realized that it checks the state of the relevant file on VC.
E.g.  in ClearCase it said the package is not checked out when the relevant file was checked out on different view, so in our environment ,where each user has its own view, I wasn't able to say whether the package is (or not) checked out by somebody using this function.