Problem during dowload .zip of any project.
Created by: rodrigogrow
Completed 200 OK in 754ms (Views: 696.7ms | ActiveRecord: 7.4ms) Started GET "/teste/testeproject/repository/archive" for 105.103.64.131 at 2013-07-09 07:51:32 -0400 Processing by RepositoriesController#archive as HTML Parameters: {"project_id"=>"teste/testeproject"} Completed 500 Internal Server Error in 62ms
NoMethodError (undefined method path' for #<Repository:0xce93e94>): app/models/repository.rb:154:in
archive_repo'
app/controllers/repositories_controller.rb:30:in `archive'
Started GET "/static.css" for 105.103.64.131 at 2013-07-09 07:51:32 -0400 Processing by ProjectsController#show as HTML Parameters: {"id"=>"static.css"} Rendered public/404.html (0.7ms) Filter chain halted as :project rendered or redirected Completed 404 Not Found in 20ms (Views: 16.6ms | ActiveRecord: 0.4ms) NoMethodError (undefined method `path'Completed 500 Internal Server Error
I'm on gitlab 4.1.0pre (git version 1.7.4.1).