[Cruisecontrolrb-users] Conflicts with schema.rb?
Alexey Verkhovsky
averkhov at thoughtworks.com
Wed Apr 30 15:27:19 EDT 2008
> 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
More information about the Cruisecontrolrb-users
mailing list