Book a Demo

Author Topic: Single Shared Model for version control.  (Read 2909 times)

pH

  • EA User
  • **
  • Posts: 72
  • Karma: +0/-0
    • View Profile
Single Shared Model for version control.
« on: May 06, 2009, 05:22:55 pm »
Hi All,

I am not very clear what Single Shared Model means for version control.
Is it as simple as EAP file stored on network drive?

If thats true then how can it be used for version control
because configuring for version control required local working directory path? Does it mean the local working copy must also reside on the machine where EAP fileis stored ?

Thanks,
pH
<a href="http://webuml.org"><img src="http://webuml.org/images/webuml-badge.png" alt="Set UML Free!" style="border-width:0"></a>

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Single Shared Model for version control.
« Reply #1 on: May 06, 2009, 05:43:52 pm »
Yes it is as simple as that.
I think it uses a "real" local path on the clients machine to store the versioned xmi files.
I would not recommend that approach however given the reputation of MS Access and multiple users.
Setting up a real database can't be that hard or costly. There are a few supported databases that you can use for free.

Geert

pH

  • EA User
  • **
  • Posts: 72
  • Karma: +0/-0
    • View Profile
Re: Single Shared Model for version control.
« Reply #2 on: May 06, 2009, 08:25:15 pm »
Thanks.

I tried to set up the model in db repository. It was pretty easy and straight forward.

Is Single shared model stored in DBMS preferred over multiple private models for version control?

Thanks again.
pH
<a href="http://webuml.org"><img src="http://webuml.org/images/webuml-badge.png" alt="Set UML Free!" style="border-width:0"></a>

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Single Shared Model for version control.
« Reply #3 on: May 06, 2009, 08:51:48 pm »
I would think so, unless you have users in seperate remote locations.
The database connection over a WAN can get pretty slow, so in that case you are better of with multiple private models.