Book a Demo

Author Topic: Using EA with SVN: list of lock package  (Read 3823 times)

Luigi

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Using EA with SVN: list of lock package
« on: December 02, 2010, 02:10:58 am »
Hi,

I am using EA with SVN and i have one question:
Is there any way to create a list of Package that are Checked In or Checked Out?

If i use svnadmin lslocks i get a list of files that are locked but this list is unfriendly: file names are alike ea2c4546555.xml and the package's name is UserManagement.

Anyone has any clue?

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: Using EA with SVN: list of lock package
« Reply #1 on: December 02, 2010, 11:05:02 pm »
You could create an SQL search.
The checkedout information is stored in the t_package table

Geert

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Using EA with SVN: list of lock package
« Reply #2 on: December 03, 2010, 08:11:28 am »
In fact, there is a built-in search for 'My Checked Out Packages'.

Use this as a base for searches that aren't about the current user.