Ignore:
Timestamp:
02/15/23 16:58:35 (2 years ago)
Author:
jdquinn
Message:

CHG: Need to point to svn executable in context of a script on new Intel macOS build node; clean up of deprecated Python 2 scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-matlab.sh

    r27569 r27580  
    2323shopt -s expand_aliases
    2424
    25 # From https://developer.apple.com/documentation/macos-release-notes/macos-catalina-10_15-release-notes,
     25# NOTE: For some reason, calling svn from within the context of this script
     26#               gives,
    2627#
    27 #       Command line tool support for Subversion — including svn, git-svn, and
    28 #       related commands — is no longer provided by Xcode. (50266910)
     28#                       svn: command not found
    2929#
    30 # which results in,
     30#               even though it is installed via Homebrew and available at the following
     31#               path.
    3132#
    32 #       svn: error: The subversion command line tools are no longer provided by
    33 #       Xcode.
    34 #
    35 # when calling svn, even when subversion is installed via Homebrew and its path
    36 # is available in PATH.
    37 #
    38 # NOTE: May be able to remove this after updating macOS.
    39 #
    40 #alias svn='/usr/local/bin/svn'
     33alias svn='/usr/local/bin/svn'
    4134
    4235## Override certain other aliases
Note: See TracChangeset for help on using the changeset viewer.