On Fri, May 2, 2008 at 12:17 AM, Tim Lucas <[EMAIL PROTECTED]> wrote:
>  The "rails way", for what it counts, is to use schema.rb.

Oh well... then I guess it's the ThoughtWorks Rails Way to not check
in schema.rb (or any other files generated at build time)... it's an
opinionated continuous integration software. :)

On a more serious note, if you insist on having schema.rb in the
version control, you need to define a "cruise" Rake task such that
it's not regenerating that file during the CI build. Or tell CC.rb to
always make a clean checkout. Otherwise local changes and merge
conflicts will happen.

-- 
Alexey Verkhovsky
CruiseControl.rb [http://cruisecontrolrb.thoughtworks.com]
RubyWorks [http://rubyworks.thoughtworks.com]
_______________________________________________
Cruisecontrolrb-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users

Reply via email to