diff --git a/Software/Applications/SVN/RapidSVN_使用说明.md b/Software/Applications/SVN/RapidSVN_使用说明.md index fa1feae..837fbac 100644 --- a/Software/Applications/SVN/RapidSVN_使用说明.md +++ b/Software/Applications/SVN/RapidSVN_使用说明.md @@ -1,5 +1,15 @@ # RapidSVN 使用说明 +RapidSVN 是 Linux 下带 GUI 的 SVN 管理工具。由于很多 SVN 路径带有 Windows 中文字符与 Linux 存在兼容问题,导致 Linux 下访问某些 SVN 客户端访问失败,而 RapidSVN 能够解决该问题。 + ## 安装 +```sh +apt-get install rapidsvn +``` + ## 基本使用 + +RapidSVN 由书签功能,将常用的仓库保存到左侧书签中。 + +先 checkout 到本地,会同时自动加载到书签里。以后使用根其他 SVN 工具一样。