1. 最近svn add dir 之后执行 svn ci报错
<span style="background-color: rgb(255, 255, 255);"> svn: Could not use external editor to fetch log message; consider setting the $SVN_EDITOR environment variable or using the --message (-m) or --file (-F) options svn: None of the environment variables SVN_EDITOR, VISUAL or EDITOR is set, and no 'editor-cmd' run-time configuration option was foun</span>d
需要svn ci -m "内容注释" 就可以了
2.如果出现 can not connect
尝试用命令netstat -ant | grep 4434(对应的端口号)查看是否打开了对应的端口。