mirror of
https://github.com/redmine/redmine.git
synced 2025-11-04 20:35:57 +01:00
scm: add a feature of configurable path of executable for scm adapters (#7517).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4795 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -24,7 +24,7 @@ module Redmine
|
||||
class SubversionAdapter < AbstractAdapter
|
||||
|
||||
# SVN executable name
|
||||
SVN_BIN = "svn"
|
||||
SVN_BIN = Redmine::Configuration['scm_command_subversion'] || "svn"
|
||||
|
||||
class << self
|
||||
def client_version
|
||||
|
||||
Reference in New Issue
Block a user