Should I expect the CCrb Git support to work on branches? Specifying a branch when I create the project appears to do exactly nothing (i.e. it still pulls/builds "master"). I tried to hack around this by forcing the branch name in cruise_config.rb, but that doesn''t seem to have any effect: Project.configure do |project| # Force Git branch project.source_control = Git.new :branch => ''5.1'' ... end Any suggestions? Should I just dive into the CCrb code and start debugging? -- Steve
> Should I expect the CCrb Git support to work on branches?In future - yes. Especially if someone sends me a patch for it. :) We had a quick look at it last Wednesday, and it didn''t seem too hard - IIRC, it came down to adding an extra command to the initial "git clone". Alas, we were bogged down in the Windows land for the entire evening, so no branch support on the trunk yet. -- Alex