This post originated from an RSS feed registered with Ruby Buzz
by Paul Gross.
Original Post: Announcing new plugin: rake_commit_tasks
Feed Title: Paul Gross's Blog - Home
Feed URL: http://feeds.feedburner.com/pgrs
Feed Description: Posts mainly about ruby on rails.
The last few projects I’ve been on have had a “rake commit” task for checking in. This is documented at Jay’s blog: Ruby: rake commit
Each project has improved upon these tasks. As a result, I thought it would be handy to create a plugin that projects can start with and contribute to. Though the tasks are about subversion, I started a project on github for better collaboration: http://github.com/pgr0ss/rake_commit_tasks/tree/master
I started with the code at Jay’s blog and added some stuff from my last few projects:
Use readline instead of gets so you can use the arrow keys and backspace
Break if there are conflicts in svn up
Don’t add result of conflicts to subversion (.mine, etc)