From fe88168e4a20e4ca70f3b1766731d4b4ce6a35e1 Mon Sep 17 00:00:00 2001 From: "rick.chan" Date: Sat, 9 May 2020 10:50:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=B8=B8=E8=A7=81=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E5=A4=84=E7=90=86.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: rick.chan --- Software/Applications/SVN/RapidSVN_使用说明.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Software/Applications/SVN/RapidSVN_使用说明.md b/Software/Applications/SVN/RapidSVN_使用说明.md index 837fbac..ab949d5 100644 --- a/Software/Applications/SVN/RapidSVN_使用说明.md +++ b/Software/Applications/SVN/RapidSVN_使用说明.md @@ -13,3 +13,20 @@ apt-get install rapidsvn RapidSVN 由书签功能,将常用的仓库保存到左侧书签中。 先 checkout 到本地,会同时自动加载到书签里。以后使用根其他 SVN 工具一样。 + +## 常见问题 + +### Server SSL certificate verification failed + +```sh +svn ls +# 然后输入 p +# 输入本机管理员密码 +# 输入 SVN 账户和密码 +``` + +之后在 RapidSVN 中将书签删除,再重新添加。 + +### 没有那个文件或目录 + +SVN checkout 目标路径为中文的情况下可能出现乱码和找不到目录的问题。更换为英文目标路径就可以了。