Git@osc svn提交时 出现 错误
org.apache.subversion.javahl.ClientException: E165001: Commit failed (details follow):
E165001: E165001: Invalid svn properties on files:
Expected:
Actual:
svn:ignore = "target
"
----------------
Subversion properties must be consistent with Git config files:
.gitattributes
.gitignore
.tgitconfig
For more detailed information you can see: https://git.oschina.com/ipvb/svn/wiki/Properties
E165001: E165001: Invalid svn properties on files:
Expected:
Actual:
svn:ignore = "target
"
----------------
Subversion properties must be consistent with Git config files:
.gitattributes
.gitignore
.tgitconfig
For more detailed information you can see: https://git.oschina.com/ipvb/svn/wiki/Properties
为啥呢
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
目前已经解决
这个是properties不支持的缘故。这个问题一般是编码导致,修改了编码,修改了文件属性
回复
怎么处理啊,说得清楚一些
svn del 然后重新添加进去就行
@Force武装卫队
这是客户端的异常吧 ClientException