undefined method `tag_name=' for #<Buildr::SvnRelease:0x2982d8>
Anyone know what's up with this? I haven't been able to reproduce this problem.
I do see a similar error building if there are no .svn/.git directories, but in that case the error is for nil:NilClass. I was able to avoid that with:
Release.find.tag_name = lambda { |version| "APACHE_ODE_#{version.upcase}" } if Release.find
-- Greg Lucas
