1 Reply Latest reply on Feb 20, 2015 1:57 AM by swiderski.maciej

    Update repository not working

    melissa.ferenal

      Hi,

       

      I cloned a repository from bitbucket into the workbench.

      I did some changes outside the workbench and push it back to bitbucket.

      But when I clicked the update button in the repository list(jbpm workbench), the latest changes were missing.

       

       

      repository-update.png

       

      Thanks,

       

      melissa

        • 1. Re: Update repository not working
          swiderski.maciej

          this update button does not fetch any changes, it simply makes the switch between available branches. So whenever you change the branch in the dropdown you need to use update to update all UI components to use the selected branch. Fetching from remote is currently not supported due to potential issues with conflicts and thus is recommended to use more advanced tools for git to resolve any conflicts and merge changes.

           

          HTH