Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SVN is deprecated in Xcode, problematic for font casks #80695

Closed
vitorgalvao opened this issue Apr 14, 2020 · 4 comments
Closed

SVN is deprecated in Xcode, problematic for font casks #80695

vitorgalvao opened this issue Apr 14, 2020 · 4 comments
Labels
bug Issue describing a reproducible bug. core Issue with Homebrew itself rather than with a specific cask. outdated stale Issue which has not received any feedback for some time.

Comments

@vitorgalvao
Copy link
Contributor

Based on a post by @vsivsi.

In the latest versions of XCode, svn is deprecated. This means the svn-based font casks do not install correctly on fresh Catalina installs.

brew install svn solves it for now.

@miccal
Copy link
Contributor

miccal commented Apr 16, 2020

svn is still available via the CLT's, though:

-bash-5.0.16- /Users/miccal (33) [> brew config
HOMEBREW_VERSION: 2.2.13-44-g80eda90
ORIGIN: https://github.com/Homebrew/brew
HEAD: 80eda90f0181fcfcc787b2a1856594c08e9ee0e8
Last commit: 8 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 431813dff13cee10ff6e3392ee41b04d55a4668c
Core tap last commit: 2 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_DEVELOPER: set
HOMEBREW_EDITOR: vim
HOMEBREW_FORCE_BREWED_CURL: set
HOMEBREW_FORCE_BREWED_GIT: set
HOMEBREW_FORCE_VENDOR_RUBY: set
HOMEBREW_MAKE_JOBS: 4
HOMEBREW_NO_ANALYTICS: set
CPU: quad-core 64-bit broadwell
Homebrew Ruby: 2.6.3 => /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.6.3/bin/ruby
Clang: 11.0 build 1103
Git: 2.26.1 => /usr/local/opt/git/bin/git
Curl: 7.69.1 => /usr/local/opt/curl/bin/curl
macOS: 10.15.4-x86_64
CLT: 11.4.1.0.1.1586360307
Xcode: N/A
-bash-5.0.16- /Users/miccal (33) [> which -a svn
/usr/bin/svn
-bash-5.0.16- /Users/miccal (33) [> svn --version
svn, version 1.10.4 (r1850624)
   compiled Aug 16 2019, 05:56:18 on x86_64-apple-darwin18.0.0

Copyright (C) 2019 The Apache Software Foundation.
This software consists of contributions made by many people;
see the NOTICE file for more information.
Subversion is open source software, see http://subversion.apache.org/

The following repository access (RA) modules are available:

* ra_svn : Module for accessing a repository using the svn network protocol.
  - with Cyrus SASL authentication
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme
* ra_serf : Module for accessing a repository via WebDAV protocol using serf.
  - using serf 1.3.9 (compiled with 1.3.9)
  - handles 'http' scheme
  - handles 'https' scheme

The following authentication credential caches are available:

* Plaintext cache in /Users/miccal/.subversion
* GPG-Agent
* Mac OS X Keychain

@philipbel

This comment has been minimized.

@miccal
Copy link
Contributor

miccal commented Jun 24, 2020

FYI: Homebrew/brew#7781 and Homebrew/brew#7814

Basically, brew tests will now report subversion not installed for Catalina as svn on macOS 10.15 is unreliable.

@BrewTestBot BrewTestBot added the stale Issue which has not received any feedback for some time. label Dec 12, 2020
@vitorgalvao vitorgalvao removed the stale Issue which has not received any feedback for some time. label Dec 12, 2020
@Homebrew Homebrew deleted a comment from BrewTestBot Dec 12, 2020
@BrewTestBot BrewTestBot added the stale Issue which has not received any feedback for some time. label Jan 3, 2021
@Homebrew Homebrew deleted a comment from BrewTestBot Jan 3, 2021
@vitorgalvao vitorgalvao removed the stale Issue which has not received any feedback for some time. label Jan 3, 2021
@BrewTestBot
Copy link
Member

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@BrewTestBot BrewTestBot added the stale Issue which has not received any feedback for some time. label Jan 25, 2021
@Homebrew Homebrew locked as resolved and limited conversation to collaborators Mar 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue describing a reproducible bug. core Issue with Homebrew itself rather than with a specific cask. outdated stale Issue which has not received any feedback for some time.
Projects
None yet
Development

No branches or pull requests

4 participants