Ignore:
Timestamp:
03/22/24 19:39:25 (13 months ago)
Author:
jdquinn
Message:

CHG: Modified test suites; svn bug fixes

File:
1 edited

Legend:

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

    r28108 r28175  
    1919# Expand aliases within the context of this script
    2020shopt -s expand_aliases
    21 
    22 # From https://developer.apple.com/documentation/macos-release-notes/macos-catalina-10_15-release-notes,
    23 #
    24 #       Command line tool support for Subversion — including svn, git-svn, and
    25 #       related commands — is no longer provided by Xcode. (50266910)
    26 #
    27 # which results in,
    28 #
    29 #       svn: error: The subversion command line tools are no longer provided by
    30 #       Xcode.
    31 #
    32 # when calling svn, even when subversion is installed via Homebrew and its path
    33 # is available in PATH.
    34 #
    35 # NOTE: May be able to remove this after updating macOS.
    36 #
    37 #alias svn='/usr/local/bin/svn'
    3821
    3922## Override certain other aliases
Note: See TracChangeset for help on using the changeset viewer.