Project

General

Profile

SVN integration

Added by Mauro Condarelli about 11 years ago

Hi,
I have the following environment:

Environment:
  Redmine version                          2.1.4.stable
  Ruby version                             1.8.7 (x86_64-linux)
  Rails version                            3.2.8
  Environment                              production
  Database adapter                         MySQL
Redmine plugins:
  redmine_dmsf                             1.4.5 stable

I tried to integrate svn following Repositories access control with apache, mod_dav_svn and mod_perl.

Obviously I botched somewhere because I consistently get the error:

root@redmine2:~# svn ls --username mcondarelli --password mypass https://1.168.20.19/svn/redmine
svn: Server sent unexpected return value (500 Internal Server Error) in respon to OPTIONS request for 'https://192.168.20.19/svn/redmine'

which corresponds to an apache2 error log:
[Thu Jan 10 19:14:10 2013] [error] Internal error: pcfg_openfile() called with NULL filename
[Thu Jan 10 19:14:10 2013] [error] [client 192.168.20.19] (9)Bad file descriptor: Could not open password file: (null)

I tried several things, but no joy.
Can someone, pretty please help me?

TiA
Mauro


Replies (3)

RE: SVN integration - Added by Frederic Janvier about 11 years ago

Hi,

Unfortunately, I won't really help, I'm just having the same kind of problem with that configuration.

Environment:
  Redmine version                          2.2.2.stable
  Ruby version                             1.8.7 (i486-linux)
  Rails version                            3.2.11
  Environment                              production
  Database adapter                         MySQL
Redmine plugins:
  no plugin installed

The Apache error.log reports

Wed Feb 27 17:11:17 2013] [error] Internal error: pcfg_openfile() called with NULL filename
[Wed Feb 27 17:11:17 2013] [error] [client xxx.xxx.xxx.xxx] (9)Bad file descriptor: Could not open password file: (null)

Also tried several things.
The only thing that helped a little was to declare the redmine admin as owner of the /svn folder (i.e. chown -R admin /svn).
Now I can browse projects repositories but cannot commit :(

Thanks for helping,

Fred

RE: SVN integration - Added by florent THOMAS over 10 years ago

Hy folks,

Same issue here for me.
Running on debian squeez with svn 1.7 / redmine /postgresql

Any more help on this issue?

RE: SVN integration - Added by florent THOMAS over 10 years ago

Hy folks,

I solved the problem thanks to this : http://www.redmine.org/issues/11475#note-2
The required valid-user works perfect for me

    (1-3/3)