Project

General

Profile

SVN repository error "internal server error 500" when accessed within new project...

Added by Farooz Alikhan over 13 years ago

I am having an issue with a SVN repository not being seen by the Redmine Project.

I am able to see the SVN repository, by going to https://svn.intranet.mydomain.com/projectname directly.

I have configured the SVN directory and username in the Redmine Project Settings page for the newly created repository, but when I go to the actual Project page and click repository, I get the Internal Server error 500.

I have made sure I have changed the directory/file security to www-data, and have a apache.conf file that includes the svn directory.

The thing is, I took over this project from a previous admin, and this is new to me. There are other extisting Redmine projects and SVN repositories that are currently working on this server, but new ones I create are failing.

Here is my environment:

About your application's environment
Ruby version 1.8.7 (x86_64-linux)
RubyGems version 1.3.5
Rack version 1.0
Rails version 2.3.5
Active Record version 2.3.5
Active Resource version 2.3.5
Action Mailer version 2.3.5
Active Support version 2.3.5
Edge Rails revision unknown
Application root /data/www/redmine
Environment production
Database adapter mysql
Database schema version 20100221100219

About your Redmine plugins
Redmine Ultraviolet Syntax highlighting plugin 0.0.1
Libsvn 0.0.1
Redmine Issue Control Panel plugin 0.0.3


Replies (2)

RE: SVN repository error "internal server error 500" when accessed within new project... - Added by Felix Schäfer over 13 years ago

What URL is configured in the "Repository" section in the project settings? Does it start with file:// or https://?

RE: SVN repository error "internal server error 500" when accessed within new project... - Added by Farooz Alikhan over 13 years ago

https://

Update: Issue has been fixed.

The problem was that the Revision for the repository was "0", and apparently Redmine requires the revision to be Greater than 0. So, I just checked in a file, and then the Redmine Repository link worked.

    (1-2/2)