Project

General

Profile

Bitnami Redmine Stack remote svn+ssh server problem

Added by Julian Dax about 14 years ago

Hi,
I installed the newest Bitnami Redmine Stack on a Mac OSX machine. I added a subversion repository via the svn+ssh protocol. When I click on the "Repository"-tab now I get the "The entry or revision was not found in the repository." error. I found a lot of threads about that on this forum and elsewhere, but none of the solutions worked for me. What i tried:

  • Modify subversion_adapter.rb in all kinds of ways
  • Running svn as the same user as the one which runs the sever (work perfect)

There is only a error 500 showing up in production.log but when I start the server manually (#ruby apps/redmine/scrips/server -e production) I can see an additional error which occurs three times when I click on the "Repository"-tab:

/Applications/redmine-0.9.2-0/apps/redmine/lib/redmine/scm/adapters/abstract_adapter.rb:191: [BUG] Segmentation fault
ruby 1.8.7 (2009-12-24 patchlevel 248) [i686-darwin8.10.2], MBARI 0x8770, Ruby Enterprise Edition 2010.01

/Applications/redmine-0.9.2-0/apps/redmine/lib/redmine/scm/adapters/abstract_adapter.rb:191: [BUG] Segmentation fault
ruby 1.8.7 (2009-12-24 patchlevel 248) [i686-darwin8.10.2], MBARI 0x8770, Ruby Enterprise Edition 2010.01

/Applications/redmine-0.9.2-0/apps/redmine/lib/redmine/scm/adapters/abstract_adapter.rb:191: [BUG] Segmentation fault
ruby 1.8.7 (2009-12-24 patchlevel 248) [i686-darwin8.10.2], MBARI 0x8770, Ruby Enterprise Edition 2010.01

Has anyone ever seen this error message? I could not find anything about it.

Thx,
Julian