> When people check in files, occasionally CruiseControl will error out > saying that there's a conflict in schema.rb.
schema.rb is auto-generated on every build. If you have it checked in, by the time the build is over, you may have a locally changed schema.rb and when CC.rb tries to run an update, it may end up with a conflict. The "Rails Way" is to have schema.rb in svn:ignore, and build your database from migrations. -- Alex _______________________________________________ Cruisecontrolrb-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
