ChiliProject is not maintained anymore. Please be advised that there will be no more updates.
We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.
"404" response on "Repository" link for SVN (Bug #393)
Description
Since version 1.3.0 the "Repository" link generates "404" response for my SVN repository:
Processing RepositoriesController#show (for 10.179.248.155 at 2011-05-13 02:28:18) [GET] Parameters: {"action"=>"show", "id"=>"test", "controller"=>"repositories"} Error parsing svn output: undefined method `name' for nil:NilClass Output was: Rendering template within layouts/base Rendering common/error (404) Completed in 343ms (View: 243, DB: 5) | 404 Not Found [https://10.0.0.1/projects/test/repository/]
At the same time direct requests to revisions (/projects/NAME/repository/revisions/ or /projects/NAME/repository/revisions/777) work as usual.
History
Updated by Artem Naluzhnyy at 2011-05-13 03:04 am
Please ignore, cache cleanup helped.
- Status changed from Open to Declined