Book a Demo

Author Topic: Confirmation before saving project  (Read 3384 times)

arnaud

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Confirmation before saving project
« on: April 28, 2009, 04:57:34 pm »
Hi all !
I just installed v7.5 on my computer, and I don't have any confirmation box when I close my changed project.
It is automatically saved without confirmation.
Is there a setting I can change somewhere to disable this "autosave" feature ?
Thanks a lot !


Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Confirmation before saving project
« Reply #1 on: April 28, 2009, 09:23:01 pm »
No that is not possible.
Search the forum for the reason why.

arnaud

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Confirmation before saving project
« Reply #2 on: April 28, 2009, 09:25:31 pm »
Quote
No that is not possible.
Search the forum for the reason why.
I have !
Could you link me to some topics please ?
Thanks !

Aaron B

  • EA Administrator
  • EA User
  • *****
  • Posts: 941
  • Karma: +18/-0
    • View Profile
Re: Confirmation before saving project
« Reply #3 on: April 29, 2009, 09:17:35 am »
Please read the following user guide page:
http://www.sparxsystems.com/uml_tool_guide/start_uml_modeling/save_changes.html

Most changes in EA are committed immediately.  One of the few exceptions to this rule are changes to diagram formatting, which should prompt you for any unsaved changes when you close EA.

There is an option that affects auto saving of diagrams.  See Tools | Options | Diagram | Behaviour | Auto Save Changes.

KP

  • EA Administrator
  • EA Expert
  • *****
  • Posts: 2919
  • Karma: +55/-3
    • View Profile
Re: Confirmation before saving project
« Reply #4 on: April 29, 2009, 09:20:34 am »
EA was designed for concurrent use, so changes are committed to the database immediately to ensure all users can see the model in the same state. If you want to protect yourself from making mistakes, you can take a backup copy of your EAP file before you open it, or you can look into a version control solution.
« Last Edit: April 29, 2009, 09:21:21 am by KP »
The Sparx Team
[email protected]

arnaud

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Confirmation before saving project
« Reply #5 on: April 29, 2009, 04:22:15 pm »
Thanks a lot for those answers.
My main concern was diagram formatting. But I think I will setup a version control system, since we already have a svn server that we use for some developments.
Thanks again !