scm: cvs: set client available if cvs version above 1.12.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4835 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-02-15 11:05:13 +00:00 committed by Eric Davis
parent 13e0b6b980
commit e85165c84e
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ module Redmine
end
def client_available
!client_version.empty?
client_version_above?([1, 12])
end
def scm_command_version