Book a Demo

Author Topic: SQL Server Repository and Subversion?  (Read 2669 times)

MikeBonner

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
SQL Server Repository and Subversion?
« on: September 07, 2006, 02:53:47 pm »
Hi,

We're evaluating EA where I work.  I'm a little confused on how hosting your model in SQL Server will work with implementing version control for the model (using Subversion).

I'd like to get the ability to utilize shared models, along with having versioning.  Will these two work together?  Do I need to use both?

Thanks for any input/experiences you can provide!

-- Mike :-)

xtof

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: SQL Server Repository and Subversion?
« Reply #1 on: September 08, 2006, 05:53:48 am »
The datastore (e.g. SQL Server, EAP file,...) is used to actualy work on. This can be shared among different designers.

Next to that you can configure packages and have them _also_ committed to version control (e.g. subversion) when requested.

Think of the datastore as your working/local copy.

-- xtof