## 環境安裝
**1、安裝homebrew執行命令:**
~~~
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
~~~
出現選項提示后, 第一個選 1 第二個 Y
然后等待安裝完成
**2、安裝subversion執行命令**
~~~
brew install subversion
~~~
測試安裝結果,執行命令
~~~
svn --version
~~~
## [](http://127.0.0.1:3334/mdEditor/#%E6%93%8D%E4%BD%9C%E5%91%BD%E4%BB%A4)操作命令
克隆倉庫
~~~
svn checkout 倉庫地址
~~~
添加文件
~~~
svn add 文件名
~~~
提交倉庫
~~~
svn commit -m "更新內容"
~~~
## [](http://127.0.0.1:3334/mdEditor/#%E6%9B%B4%E5%A4%9A%E5%B8%AE%E5%8A%A9)更多幫助
鳴謝:
> 感謝作者分享:[https://www.jianshu.com/p/b3fd26cbef46](https://www.jianshu.com/p/b3fd26cbef46)
- Python 筆記
- Golang 筆記
- C++ 標準環境開發指南
- 服務器監控筆記
- 騰訊云使用筆記
- 阿里云使用筆記
- 華為云使用筆記
- Centos 筆記
- Centos 之Systemctl系統服務
- Python 筆記
- Centos 修復yum工具
- Centos 安裝docker
- Centos 安裝docker-compose
- Redis 數據遷移
- 騰訊云使用筆記
- 查看linux中的TCP連接數
- macOS上安裝 svn 工具
- 區塊鏈之Bitcoin節點搭建
- 數據庫性能優化總結
- Git 筆記
- CMake 筆記
- Elasticsearch 筆記
- Kafka 筆記
- Docker 筆記
- Mysql 筆記
- Clickhouse 筆記
- 技術問題匯總