Book a Demo

Author Topic: Version Control of model AND generated code  (Read 1958 times)

oliverson

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Version Control of model AND generated code
« on: January 23, 2004, 09:02:39 am »
Hi and thanks for reading.
I'm just trying to get around the workflow here for a dev team.
1. I create the UML model which can gets deposited into verions contrl (visual sourcesafe)
2. I get round to generating the source code which I also want to check in to version/source control
3. The developers then check out the code and work on it
4. The developers check the code back in to source control
5. I'd like to synchronise my model with the new source code.  How is this achieved when its under version control?  Must I really create an interim set of files (the source code generated by EA and presumably some kind of dump from sourcesafe)?

I had hoped that I could check both my model AND the generated source code into source control and let the developers pick up the source from their, then I could synchronise my model from the results of their efforts.

Any help would be appreciated.

Thanks