Book a Demo

Author Topic: Using GIT as a verson control solution?  (Read 4133 times)

Wowbagger

  • EA User
  • **
  • Posts: 69
  • Karma: +0/-0
    • View Profile
Using GIT as a verson control solution?
« on: August 04, 2009, 01:53:03 am »
I am looking at trying to do a very distributed design effort, and we are planning on source code being managed by GIT, for all the normal reasons you'd choose GIT vs. the other solutions - especially since we are wanting to be able to farm out work to contractors without having to provide them with access to our internal servers any more than needed.

Ideally, I'd like to use GIT to manage the UML models as well, to allow releases to track different versions of the model, and to help merging model changes that happen across sites, including contractor sites - which is why I'd rather NOT use a shared database (plus the issues of accessing various versions of the model and tracking changes).

Does anybody have any experience in tying EA into GIT?

bioform

  • EA User
  • **
  • Posts: 230
  • Karma: +0/-0
  • Forty-Two?
    • View Profile
Re: Using GIT as a verson control solution?
« Reply #1 on: August 08, 2009, 09:00:12 am »
I gave up trying to use GIT after fumbling through an install... I have not used UNIX in years and could find no help on adding commit comments. Totally confused by the environment and the command line interface.

I'm sure it's a great tool, just not for the average joe IMHO.

I just prefer a GUI...
Time is what keeps everything from happening at once, Space is what keeps it all from happening to you. <unknown>

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Using GIT as a verson control solution?
« Reply #2 on: August 10, 2009, 02:28:29 pm »
You'll need to find an scc client I suspect.

Wowbagger

  • EA User
  • **
  • Posts: 69
  • Karma: +0/-0
    • View Profile
Re: Using GIT as a verson control solution?
« Reply #3 on: August 10, 2009, 11:41:02 pm »
Quote
You'll need to find an scc client I suspect.

Given that SCC is a MS only protocol that requires and NDA to implement, I seriously doubt we'll be seeing a SCC bridge to GIT any time soon, unfortunately.