Author Topic: Version Control for Code Templates  (Read 3414 times)

dirc

  • EA User
  • **
  • Posts: 46
  • Karma: +0/-0
    • View Profile
Version Control for Code Templates
« on: January 20, 2006, 12:23:22 am »
I see us using the Transformations quite heavily in the future and I would like to be able to version these using source control.

At the moment, it is quite risky to do changes without an easy rollback mechanism.

Could you not do the same with the templates that you do with packages.. ie export to file and apply source control to that file?
« Last Edit: January 20, 2006, 12:30:30 am by dirc »
dirc

Bruno.Cossi

  • EA User
  • **
  • Posts: 803
  • Karma: +0/-0
    • View Profile
Re: Version Control for Code Templates
« Reply #1 on: January 20, 2006, 04:12:10 am »
You can do that manually (exporting the template to an XML file and version controlling that one). That is what I do and, especially given that there are unlikely to be multiple people working on the same template, it works just fine.

Bruno