1. 程式人生 > >Linux下的svn 常見錯誤解決

Linux下的svn 常見錯誤解決

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(對應的埠號)檢視是否打開了對應的埠。