On Fri, Feb 12, 2010 at 1:31 PM, Sean Dague <s...@dague.net> wrote:
> I set:
>
>  project.do_clean_checkout :always
>
> In my project stanza as well as,
>
>  project.source_control = SourceControl::Git.new(
>        :repository => "git://.....",
>        :branch => "master")
>
> And the net result was the work directory was deleted, then the ccrb
> started complaining there was no work directory (on the console)... and
> things were no good until I removed the do_clean_checkout stanza and
> manually recloned the git tree.
>
> This is under cc.rb 1.4.0.
>
> Any help here would be appreciated.  I'd love to force clean checkouts
> for all these builds.

I''m pretty sure the Git support always does a clean checkout by
default (automatically resets to head).  You may have uncovered a bug,
maybe nobody every tried turning that option on for Git.  Please open
a ticket in Lighthouse and we'll look into it.  Or feel free to submit
a patch ;)

-- Chad
_______________________________________________
Cruisecontrolrb-users mailing list
Cruisecontrolrb-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users

Reply via email to