diff -r 873ceb7769a8 -r 2ff78fe4abda CrashTest.conf --- a/CrashTest.conf Wed May 02 21:43:53 2012 +0200 +++ b/CrashTest.conf Wed May 02 21:46:30 2012 +0200 @@ -1,5 +1,8 @@ { DataDir => 'data/', MinidumpStackwalkJSON => './stackwalker', - SymbolsPath => '', + SymbolsPath => 'breakpad-debug-symbols/*', + ScmLinks => { + "svn:svn.example.org/testproject" => 'https://redmine.example.org/projects/testproject/repository/entry/<%= $scmpath =%>?rev=<%= $rev =%>#L<%= $line =%>', + }, };