问题一:
Description : An error occurred while contacting the repository.
Suggestion : The server may be unreachable or the URL may be incorrect.
Technical Information
=====================
Error : V4CommunicationError
Exception : ZSVNCommunicationException
Causal Information
==================
Description : Commit failed (details follow):
Status : 175008
Description : At least one property change failed; repository is unchanged
Status : 175008
Description : Error setting property 'svn:log':
Could not execute PROPPATCH.
Status : 175002
描述:联系存储库时发生一个错误。建议:服务器可能不可用或URL可能是不正确的。技术信息= = = = = = = = = = = = = = = = = = = = =错误:V4CommunicationError例外:ZSVNCommunicationException因果信息= = = = = = = = = = = = = = = = = =描述:提交失败(细节如下):状态:175008描述:至少一个属性改变失败;存储库是不变状态:175008描述:错误设置属性的svn:日志:不能执行PROPPATCH。状态:175002
////////////////////////////
处理:
问题原因是在log中输入的非法字符,可能是你粘贴复制过来的东西中有不可见的字符,在日志中:全选 =>删除,重新手动编辑提交,重新提交前执行一下 clean(如:问题二)
问题二:
svn版本无法正常提交,
////////////////////////////
问题原因是:是不是之前提交,由于网络原因提交失败,如果是这样的话,在svn分支点击右键=>clean 再次进行提交就可以了