Book a Demo

Author Topic: Check-In don't take off lock on package  (Read 4230 times)

Michal C.

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Check-In don't take off lock on package
« on: August 05, 2010, 08:33:31 pm »
Hi
We have project on SQL server.

On my workstation when check-in package, the lock on repo still exist. Then nobody can't check-out this package.

On other workstation other user make "check-in" and lock is taken off - works good.

Do You know any solution or what can I do, because manual lock-out is very irritating :)

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Check-In don't take off lock on package
« Reply #1 on: August 05, 2010, 08:47:21 pm »
Michal,

You might want to indicate which version control system you are using. The fact that your model is stored in SQL Server isn't really relevant.

Geert

Michal C.

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Re: Check-In don't take off lock on package
« Reply #2 on: August 05, 2010, 09:12:39 pm »
I check this.
We use last versions server and client.
SVN server 1.6.12 and Collabnet Subversion Client 1.6.12

Any idea?

Michal C.

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Re: Check-In don't take off lock on package
« Reply #3 on: August 06, 2010, 08:39:46 pm »
OK, I find reason...  :)

The problem was with configuration file for Subversion Client (c:\Documents and Settings\<user>\AppData\Subversion\Client)

I have enabled parameter:  no-unlock = yes
After removing this option, check-in/check-out in EA works good.

Topic closed ;)