1
0
-1

I cannot see all the branches of a k.IM project in the k.Modeler.

In Bitbucket I see this branches

In k.Modeler trying to switch to another branch, I only see develop and master

    CommentAñada su comentario...

    1 respuesta

    1.  
      1
      0
      -1

      This issue appear when you select only some branches in the import wizard:

      Doing this, egit create a configuration file with only the references to the selected branches.

      To check and change it, go to Team → Show in repositories view

      The Git Repository view will be opened on the right side of k.Modeler.
      Expand the repository and if you want to check wich branches are available in remotes, you can expand Branches → Remote Tracking

      To add all the available branches, expand Remotes → origin and you will see two configuration, the first for fetch and the second for push.
      Right click on the first one (fetch) and select Configure fetch...

      Delete the references to the existing branches selecting them and pressing Delete

      Press Add... and insert refs/heads/* in Source

      Press Next> and ensure that the value in Destination is refs/remotes/origin/*

      Press Finish and then Save and Fetch

      The Fetch will retrieve all the branches of project

      Now you can Swtich to all the branches (Team → Switch to → Other...)

        CommentAñada su comentario...