How to apply this patch to redmen1.2?
Added by hugo joe over 13 years ago
I got the same problem as the link said but do not know how to apply the patch in squeeze.
http://www.redmine.org/issues/8588
Could anybody help me?
Thanks
Replies (4)
RE: How to apply this patch to redmen1.2? - Added by Alex A over 13 years ago
Alternative way: you can delete rake >= 0.9 and install rake 0.8.7 and you have no problem.
RE: How to apply this patch to redmen1.2? - Added by hugo joe over 13 years ago
Rake -V shows 0.8.7 installed through aptitude.
There is no anything in /var/lib/gems/1.8/gems/
My OS was upgraded from lenny.
RE: How to apply this patch to redmen1.2? - Added by Alex A over 13 years ago
To apply patch u must add string
require 'rake/dsl_definition'
to the Rakefile into u redmine directory.
RE: How to apply this patch to redmen1.2? - Added by hugo joe over 13 years ago
Thank you very much.
Hugo