Book a Demo

Author Topic: Subversion  (Read 3164 times)

Graham_Labdon

  • EA User
  • **
  • Posts: 66
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Subversion
« on: March 02, 2009, 10:48:17 pm »
Hi all
We are developing a model in several worldwide locations and are using Subversion as version control.
Some of our users are experiencing a problem when they attempt to checkout from EA. We are seeing a dialog box stating that

"The ability to import is currently locked by user: 'CMSd04001'

We have no such user and so are very confused :'(

Can anyone through some light on this ?

Thanks

Graham labdon

Martin Terreni

  • EA User
  • **
  • Posts: 672
  • Karma: +0/-0
  • Sorry, I can't write
    • View Profile
Re: Subversion
« Reply #1 on: March 03, 2009, 06:07:43 pm »
It is some computer name. As far as I could chek this means that someone else is checking out something (not necesarity related) in the model at the same time. We tend to ignore this message (as long as the user is sure no one else si suposed to chcek put the same package).
If this persists I think if you check table usys_system you canfind the row about it and delete it.
Recursion definition:
If you don’t understand the definition read "Recursion definition".

Graham_Labdon

  • EA User
  • **
  • Posts: 66
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Subversion
« Reply #2 on: March 03, 2009, 11:37:34 pm »
Thanks

Tom.Beran

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
  • nothing to say
    • View Profile
Re: Subversion
« Reply #3 on: March 27, 2009, 11:26:31 pm »
This way is correct?

DELETE FROM usys_system WHERE Property='ImportLock'
DELETE FROM usys_system WHERE Property='GAL_USER'

 :P