comparison lib/redmine/scm/adapters/subversion_adapter.rb @ 909:cbb26bc654de redmine-1.3

Update to Redmine 1.3-stable branch (Redmine SVN rev 8964)
author Chris Cannam
date Fri, 24 Feb 2012 19:09:32 +0000
parents cbce1fd3b1b7
children 433d4f72a19b
comparison
equal deleted inserted replaced
908:c6c2cbd0afee 909:cbb26bc654de
30 def client_command 30 def client_command
31 @@bin ||= SVN_BIN 31 @@bin ||= SVN_BIN
32 end 32 end
33 33
34 def sq_bin 34 def sq_bin
35 @@sq_bin ||= shell_quote(SVN_BIN) 35 @@sq_bin ||= shell_quote_command
36 end 36 end
37 37
38 def client_version 38 def client_version
39 @@client_version ||= (svn_binary_version || []) 39 @@client_version ||= (svn_binary_version || [])
40 end 40 end