Book a Demo

Author Topic: Show Lock Status  (Read 2754 times)

floerio

  • EA User
  • **
  • Posts: 44
  • Karma: +0/-0
    • View Profile
Show Lock Status
« on: June 19, 2008, 04:54:57 pm »
Hi,

we use EA together with CVS. Is there a way to show the status of the CVS lock a little bit more elegant than "right click on object - package control - file properties"? Is there a way to customize the context menues or even the project tree to add another symbol if an object is locked?

Oliver

mrf

  • EA User
  • **
  • Posts: 311
  • Karma: +0/-0
    • View Profile
Re: Show Lock Status
« Reply #1 on: June 20, 2008, 09:27:33 am »
Hi Oliver,

This idea had been discussed during design, however the performance degredation it introduced was deemed impractical. Displaying lock status on the tree would mean constant communication with the remote version control repository, and would incur a significant hold up period every time the tree is drawn (especially in a WAN environment).

The status of various items on the context menu should give away that the package is checked out out to another user - ie If Check Out is disabled on a checked in package, it's safe to assume that someone else already has it checked out.
Best Regards,

Michael

[email protected]
"It is more complicated than you think." - RFC 1925, Section 2.8

floerio

  • EA User
  • **
  • Posts: 44
  • Karma: +0/-0
    • View Profile
Re: Show Lock Status
« Reply #2 on: June 20, 2008, 05:24:50 pm »
Ok,

thanks for your answer!