Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. backlog plugin installation failed - looking for a master branch but only dev is available

backlog plugin installation failed - looking for a master branch but only dev is available

Added by Denis Lamotte over 11 years ago

Hi when i try to install the latest plugin with openstruct3 (the installation is working fine without the plugins), i got an error.
How can i change the branch from ‘master’ to ‘dev’ ?

Regards


bundle install
Updating https://github.com/finnlabs/openproject-backlogs.git
fatal: ambiguous argument ‘master’: unknown revision or path not in the working tree.
Use ‘—’ to separate paths from revisions, like this:
‘git […] — […]’
Git error: command `git rev-parse master` in directory
/Users/denislamotte/.rvm/gems/ruby-2.0.0-p247@openproject3/cache/bundler/git/openproject-backlogs-94a8c39e46cd39c13e39b90d15838cafdc47dd66 has failed.
If this error persists you could try removing the cache directory


Replies (2)

RE: backlog plugin installation failed - looking for a master branch but only dev is available - Added by Jens Ulferts over 11 years ago

Hey Denis,

I am not sure if I know exactly what your setup is.

Have you included backlogs into your Gemfile.plugins file and does it reference the git repository directly? In that case your file should look like this:

group :opf_plugins do
  gem "openproject-plugins", :git => "https://github.com/opf/openproject-plugins.git", :branch => "dev"
  gem "pdf-inspector"
  gem "prawn"
  gem "openproject-backlogs", :git => "https://github.com/finnlabs/openproject-backlogs.git", :branch => "dev"
end

RE: backlog plugin installation failed - looking for a master branch but only dev is available - Added by Denis Lamotte over 11 years ago

hi Jens,
quite the same except for :branch => “dev” and now everything seems to work fine ;)

Thanks you

  • (1 - 2/2)
Loading...