Project

General

Profile

Upgraded from 0.9.3 to 1.1.2 - Repositories give "Could not fetch resource information."

Added by A. Wegner about 13 years ago

I upgraded from 0.9.3 to 1.1.2 and encountered an error:

The Repository tab now brings up this message:

"The entry or revision was not found in the repository." 

Did I miss a step in my upgrade?

My production.log only contains this:

# Logfile created on Fri Mar 11 11:15:55 -0600 2011

My apache error log contains this:

[Fri Mar 11 12:41:14 2011] [error] [client 70.32.35.210] (20014)Internal error: Can't open file '/redmine/svn/freelance/format': No such file or directory
[Fri Mar 11 12:41:14 2011] [error] [client 70.32.35.210] Could not fetch resource information.  [500, #0]
[Fri Mar 11 12:41:14 2011] [error] [client 70.32.35.210] Could not open the requested SVN filesystem  [500, #2]
[Fri Mar 11 12:41:14 2011] [error] [client 70.32.35.210] Could not open the requested SVN filesystem  [500, #2]
[Fri Mar 11 12:41:14 2011] [error] [client 70.32.35.210] (20014)Internal error: Can't open file '//redmine/svn/freelance/format': No such file or directory
[Fri Mar 11 12:41:14 2011] [error] [client 70.32.35.210] Could not fetch resource information.  [500, #0]
[Fri Mar 11 12:41:14 2011] [error] [client 70.32.35.210] Could not open the requested SVN filesystem  [500, #2]
[Fri Mar 11 12:41:14 2011] [error] [client 70.32.35.210] Could not open the requested SVN filesystem  [500, #2]

The missing file does exist - with the correct user permissions (I've verified that against the backups from 0.9.3):

ll /redmine/svn/freelance/ | grep "format" 

-rwxrwx--- 1 web7   client8    2 Mar  7 13:40 format

ruby --version
ruby 1.8.6 (2010-02-05 patchlevel 399) [x86_64-linux]

Rails: 2.3.11
Rake: 1.1.0

Replies (1)

RE: Upgraded from 0.9.3 to 1.1.2 - Repositories give "Could not fetch resource information." - Added by A. Wegner about 13 years ago

I solved this by modifying config/configuration.yml to contain this:
scm_subversion_command: /usr/bin/svn

I can browse the repositories now. I still have issues authenticating against the repository (so I can't commit any changes). Any ideas?

    (1-1/1)