Author Topic: Getting Version Control Configuration Details  (Read 2621 times)

Fabio Riera

  • EA User
  • **
  • Posts: 27
  • Karma: +0/-0
    • View Profile
Getting Version Control Configuration Details
« on: December 04, 2013, 02:37:36 am »
Hi there,

Under the menu Project/Version Control/Version Control Settings, there is a frame titled "Configuration Details".

My question is: how I get the "Working Copy Path" value programmatically or doing a database query?

Thanks in advance

Helmut Ortmann

  • EA User
  • **
  • Posts: 967
  • Karma: +42/-1
    • View Profile
Re: Getting Version Control Configuration Details
« Reply #1 on: December 04, 2013, 06:59:16 am »
Hi,

your path settings are local to your PC. Every user may have another path. There is the so called Unique ID (%...%) which defines your local path.

The mapping between Unique ID and your patch is stored in:
%appdata%Sparx Systems\EA\paths.txt

Helmut
Coaching, Training, Workshop (Addins: hoTools, Search&Replace, LineStyle)

Fabio Riera

  • EA User
  • **
  • Posts: 27
  • Karma: +0/-0
    • View Profile
Re: Getting Version Control Configuration Details
« Reply #2 on: December 04, 2013, 08:52:30 pm »
Thanks Helmut. It's rare that this file is empty in my EA.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: Getting Version Control Configuration Details
« Reply #3 on: December 04, 2013, 10:56:47 pm »
Probably your wording is misleading. "Rare" = "not often". This file is filled once you have set up VC. Until then it has no contents.

q.