首页 > 其他分享 >mac 安装svn解决vscode签出项目报Svn installation not found的问题。

mac 安装svn解决vscode签出项目报Svn installation not found的问题。

时间:2023-03-25 21:22:06浏览次数:34  
标签:svn Svn 签出 installation -- Homebrew homebrew found

svn之前安装过,更新系统就丢了,再brew也没法访问了。

在国内有几个镜像去访问,安装国内镜像:

/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"

 

 

 开始选择了阿里巴巴下载源,装了一半,不动了。

后来选择了2,清华大学下载源

按照上面的提示,依次输入这两条Git命令

 

git config --global --add safe.directory /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core

git config --global --add safe.directory /usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask
brew install subversion

查看是否已安装:

svn --version

 

svn,版本 1.14.2 (r1899510)

   编译于 Dec 20 2022,22:37:56 在 x86_64-apple-darwin22.1.0

 

Copyright (C) 2022 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/

 

 

 

Svn installation not found如果没有装svn,

你用svn做为远程库,那么就会出现这个提示。

 

标签:svn,Svn,签出,installation,--,Homebrew,homebrew,found
From: https://www.cnblogs.com/jiduoduo/p/17255626.html

相关文章

  • IDEA中SVN未提交代码,更新时有冲突接受其它怎么办
    场景本地有未提交代码,更新代码时提示有冲突,没有选择合并,而是选择接受它们的。实现此时通过svn的查看历史版本无法查看本地的版本。选择文件右键--LocalHistory--ShowHis......
  • VisualSVN Server 安装提示错误 Repositories is not a valid short file name 修复
    最近安装新版 VisualSVNServer总在安装过程提示错误:“'Repositories'isnotavalidshortfilename.”点确定后安装过程就终止了,不能继续。找了下问题原因,发现是因......
  • Git与SVN的区别
    Git与SVN的区别你可能已经听说过Git和SVN这两种版本控制系统,但你知道它们有什么区别吗?在这篇博客文章中,我将介绍Git和SVN的主要特点和优缺点,以及为什么你可能想要选择其中......
  • SVN - Get remote repository URL
    $svninfofoo.cPath:foo.cName:foo.cURL:http://svn.red-bean.com/repos/test/foo.cRepositoryRoot:http://svn.red-bean.com/repos/testRepository......
  • Centos7 下的SVN安装与配置
    ```Centos7下的SVN安装与配置1.关闭防火墙   临时关闭防火墙   systemctlstopfirewalld       永久防火墙开机自关闭   systemctldisablefirewa......
  • 《渗透测试》Web应用&源码泄漏&开源闭源&指纹识别&GIT&SVN&DS&备份 2023 Day13
       #后端-开源-指纹识别-源码下载CMS识别见上述项目 #后端-闭源-配置不当-源码泄漏参考:https://www.secpulse.com/archives/124398.html备份:敏感目录文件扫......
  • Git 和 Svn 代码提交 注释编写规范
    #模板gitcommit-m'feat:登录校验'类型说明feat添加新功能fix修复bugdocs修改文档style修改样式,不影响业务代码refactor重构(既不是新增功能,也不是修改bug的代码变动)p......
  • SVN 安装配置
    title:SVN安装配置date:2023-03-1915:04:00categories:安装教程tags:svnSVN安装配置SVN的安装分为2部分,第一部分是服务端安装,第二部分的客户端安装。一般......
  • svn E230001 Server SSL certificate verification failed certificate issued for a
    title:ServerSSLcertificateverificationfailedcertificateissuedforadifferenthostname,issuerisnottrusteddate:2023-03-1914:58:00categories:踩......
  • 关于tortoiseSVN批量更新项目
    项目一多,每次都要每天去update一下,感觉有点多余,就想想来怎么搞。经过大佬指点后,小记一下。首先SVN安装时候,要先选择一项。“Willbeinstalledonlocalharddrive” ......