[gitorious] Re: Shrink the size of my repository

2011-03-02 Thread Marcin Olak
It's purely git. This post contains info how to do what you want: http://www.newartisans.com/2008/04/diving-into-git.html -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this group, send email to gitorious+unsubscr...@googlegroups.com

[gitorious] Re: db:migrate - Mysql::Error: Unknown column 'projects.suspended_at'

2011-03-01 Thread Marcin Olak
Instead of migrating try to load schema directly: rake db:schema:load RAILS_ENV=production On 27 Lut, 19:46, Ryan Gibbons wrote: > I had the same problem I got around it by migrated like this .. it's hack > and I make no guarantees you will have a working system when it's down, but > it should b