Book a Demo

Author Topic: How to recover previous model version?  (Read 3161 times)

Ramiro Gonzalez

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
How to recover previous model version?
« on: May 29, 2010, 02:35:13 am »
Somehow... we lost diagrams in a shared model in SQL Server 2005 and under Version Control with Subversion.

I can see in the subversion log we had the right version one week ago... but I'm not pretty sure what the process to recover that version is.

Where can I find a list of steps to accomplish this task?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: How to recover previous model version?
« Reply #1 on: May 29, 2010, 04:54:01 am »
Ramiro,

You need to get the individual xmi file from SVN using your SVN client (so outside of EA) and then, checkout (from EA) the packages that need to be reversed, and import the xmi files for those packages into EA.
And then check-in again (from EA).

Geert

Ramiro Gonzalez

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Re: How to recover previous model version?
« Reply #2 on: June 01, 2010, 03:07:13 am »
Thank you!

It worked fine!