- Timestamp:
- 03/22/24 19:39:25 (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/packagers/mac/transfer-issm-mac-binaries.sh
r28108 r28175 19 19 # Expand aliases within the context of this script 20 20 shopt -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, and25 # 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 by30 # Xcode.31 #32 # when calling svn, even when subversion is installed via Homebrew and its path33 # is available in PATH.34 #35 # NOTE: May be able to remove this after updating macOS.36 #37 #alias svn='/usr/local/bin/svn'38 21 39 22 ## Override certain other aliases
Note:
See TracChangeset
for help on using the changeset viewer.