Book a Demo

Author Topic: Check In Branch in one shot  (Read 3571 times)

dams

  • EA User
  • **
  • Posts: 20
  • Karma: +0/-0
    • View Profile
Check In Branch in one shot
« on: February 03, 2009, 08:38:57 pm »
Hello,
If you use Check-In Branch for n checked-out packages I remarked in the Subversion log that n different commits are done.
It would be a good thing if these packages could be committed in one shot.
When you have done modifications in several packages concerning the same change it would make sense to create only one commit, in the point of view of version/change management.

jsbueno

  • EA User
  • **
  • Posts: 26
  • Karma: +0/-0
    • View Profile
Re: Check In Branch in one shot
« Reply #1 on: February 05, 2009, 12:22:32 am »
Agreeded -
not only would that avoid redundant steps, as it is the right way to work with most version control systems. Withthe seaprate commit system we have today, when checking from EA we actually have non atomic model transactions on teh versioned model.

I think I good way to do it would be, at the check-in dialog, to have a pannel where one could mark other checked-out packages to be commited in the same V.C. transaction.


dams

  • EA User
  • **
  • Posts: 20
  • Karma: +0/-0
    • View Profile
Re: Check In Branch in one shot
« Reply #2 on: February 05, 2009, 12:27:09 am »
Thanks a lot for your answer and the future enhancement!