mac下svn提交失败的解决方法
$svn ci maps.xml然后出现一个文件svn-commit.4.tmp,在文件svn-commit.4.tmp中有如下内容:
--This line, and those below, will be ignored--
M maps.xml
解决方案:
首先,":q"试图关闭关闭文件,这时会出现下列选项:
Log message unchanged or not specified
(a)bort, (c)ontinue, (e)dit :
然后选择c,会出现下列信息:
Sending maps.xml
Transmitting file data .
Committed revision 10347.
此时,代表文件maps.xml已被成功提交。