我有时会使用svn犯错,并且文件夹卡在我的存储库中.我想删除这些文件夹,但我想不出办法做到这一点.请记住,我是SVN的新手.我从apple终端运行这个命令:
sudo svn delete http://www.yourrepository.com/svn/folder
我收到消息:
Anthony-Work-Mac-Pro:htdocs APN$ sudo svn delete http://www.yourrepository.com/svn/folder
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
Run Code Online (Sandbox Code Playgroud)
我也试过了svn delete,而且svn rm.
我需要做什么?