This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 8141932  xcode no longer includes svn; install via brew
8141932 is described below

commit 8141932eb3d17deb9ac904d2f0380e4c02d2dc4b
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Fri Jun 12 18:15:41 2020 -0400

    xcode no longer includes svn; install via brew
---
 config/setupmymac | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/config/setupmymac b/config/setupmymac
index 08b54ee..5ac8827 100755
--- a/config/setupmymac
+++ b/config/setupmymac
@@ -210,7 +210,11 @@ if not $root and option != :docker
   end
 
   # Prompt for xcode installation
-  `svn --version` unless $dry_run
+  `git --version` unless $dry_run
+
+  unless system 'svn --help > /dev/null 2>&1'
+    brew 'install', 'subversion'
+  end
 end
 
 ## Install Passenger

Reply via email to