@@ -179,7 +179,7 module Redmine | |||
|
179 | 179 | rescue Errno::ENOENT => e |
|
180 | 180 | msg = strip_credential(e.message) |
|
181 | 181 | # The command failed, log it and re-raise |
|
182 | logger.error("SCM command failed: #{strip_credential(cmd)}\n with: #{msg}") | |
|
182 | logger.error("SCM command failed, make sure that your SCM binary (eg. svn) is in PATH (#{ENV['PATH']}): #{strip_credential(cmd)}\n with: #{msg}") | |
|
183 | 183 | raise CommandFailed.new(msg) |
|
184 | 184 | end |
|
185 | 185 | end |
General Comments 0
You need to be logged in to leave comments.
Login now