Engineering

Engineering

Come for answers, stay for best practices. All we're missing is you.

 View Only
  • 1.  Selective files to be delivered from a single changeset

    Posted Mon April 03, 2017 05:02 PM

    Is it possible to selectively deliver the files which have been checked into a single change set? For examples i have 5 files checked in to single changeset i want to deliver only 3 for now. Is this possible? If not how to redo this and create a new changeset and deliver?


    #Engineering
    #Sustainability


  • 2.  RE: Selective files to be delivered from a single changeset

    Posted Mon April 03, 2017 05:28 PM

    Hi Geralyn,

    you can see a change set as a smallest unit of modification. So you can't choose what will pushed into the repository from a change set. However, you can create more change sets, that will represent different modifications, in this scenario you can group files on different change sets.

    Here is a good guide about how to manage change sets:

    https://jazz.net/help-dev/clm/index.jsp?topic=%2Fcom.ibm.team.scm.doc%2Ftopics%2Ft_scm_eclipse_csets.html

    I hope that helps you!

     


    #Sustainability
    #Engineering


  • 3.  RE: Selective files to be delivered from a single changeset

    Posted Mon April 03, 2017 09:25 PM

    Geralyn,

    When you deliver a change set, it gets marked complete.  You can also complete the change set explicitly via the complete action.  However, if your changeset isn't complete yet, it is still read/writeable.  That means that you can simply rearrange your changes into as many different change sets as you want.  Simply create a new change by right clicking on the component in the pending changes view and select New->change set.  Then drag whatever individual changes you want to be in the new change set out of the original change set and you're in business.  You can now deliver your two change sets separately and associate them to different work items if necessary.

    Alex Akilov


    #Sustainability
    #Engineering