Project

General

Profile

Crash with Subversion integration under Windows XP

Added by Hugh Gibson about 14 years ago

I've installed Redmine 0.9.3 under Ruby 1.9.1 under Windows XP, running with an SQLite3 repository.

Imported bugs from a trac 0.11.5 repository.

Redmine runs fine, and I can see the tickets etc.

Added the path to the bin folder for VisualSVN Server which is installed on the machine (version of svn.exe is 1.5.5). I added a Subversion repository which is hosted on the same machine.

First off I got the certificate problem when using localhost - but changed the url to use the alias set up for the machine for SVN access from elsewhere.

First access to the repository takes a while as all the information is imported, and then I'm able to see commits/changes etc.

However, tickets have links like this, imported from Trac: http://trac:3000/projects/tms/repository/revisions/31

Activating any of those links crashes Ruby/Redmine in a big way - no information, just a Windows program crash dialog.

Accessing the repository through the tab in Redmine is hit and miss - some information returned but then Redmine crashes.

Any clues? Any debug logging I can turn on?

Hugh