I am use "arc diff --create -F filename" submitted, and then use "arc commit to submit code", the mistakes:
svn: E135000: 提交失败(细节如下):
svn: E135000: 将日志内容规格化为内部格式出错
svn: E135000: 不一致的行结束样式
I am use "arc diff --create -F filename" submitted, and then use "arc commit to submit code", the mistakes:
svn: E135000: 提交失败(细节如下):
svn: E135000: 将日志内容规格化为内部格式出错
svn: E135000: 不一致的行结束样式
According to the internet, this is an issue with SVN and the format of the code you are trying to add:
http://www.gmjjavadesigns.com/content/how-fix-svn-inconsistent-line-ending-style-error
If you search around the Internet there are apparently other resolutions to this problem as well.