Project

General

Profile

Redmine 1.2.1: Can't reach svn repository

Added by Daniel Rudolf over 12 years ago

Hello,

I have problems to connect to my local svn-repository.
In order to get more information I modified the file subversion_adapter.rb (line 98) to print the command
I'am using a bitnami redmine stack 1.2.1-0 on a Windows XP machine.
Here's a cutout from the production.log.

Processing RepositoriesController#show (for ???.???.???.??? at 2011-08-17 16:43:50) [GET]
  Parameters: {"action"=>"show", "id"=>"bcc", "controller"=>"repositories"}
Error parsing svn output: undefined method `name' for nil:NilClass
Command was: "svn" list --xml "file:///C:/_develop/svn_repo/"@HEAD --no-auth-cache --non-interactive
Output was:

Rendering template within layouts/base
Rendering common/error (404)
Completed in 312ms (View: 78, DB: 109) | 404 Not Found [http://???/redmine/projects/bcc/repository]

Has anyone an idea?
Many thanks for any help!