svn: always install brewed version on macOS if required
Stock SVN on macOS 10.14 and earlier now throws errors with some certificate providers.
This commit is contained in:
parent
093e6e11da
commit
d0de6ac249
@ -8,7 +8,7 @@ class DependencyCollector
|
||||
def git_dep_if_needed(tags); end
|
||||
|
||||
def subversion_dep_if_needed(tags)
|
||||
Dependency.new("subversion", tags) if MacOS.version >= :catalina
|
||||
Dependency.new("subversion", tags)
|
||||
end
|
||||
|
||||
def cvs_dep_if_needed(tags)
|
||||
|
Loading…
x
Reference in New Issue
Block a user