svn commit:其中“--encoding”是参数适用?
我必须使用 UTF-8 提交消息和 UTF-8 编码的修订属性进行 svn 提交。
如果我调用:
svn ci -F commit_message.UTF8.file --with-revprop prop1='UTF8-value1' --encoding 'utf-8'
--encoding 参数中的 UTF-8 是否会同时应用于提交消息文件 (commit_message.UTF8.file) 和指定的“prop1”修订属性值 (UTF8-value1)?
我知道稍后可以使用 svn propset --revprop -r NNN 添加修订属性,但最好在一次操作中完成所有操作。
谢谢你!
I have to make svn commit with both UTF-8 commit message and UTF-8-encoded revision property.
If I call:
svn ci -F commit_message.UTF8.file --with-revprop prop1='UTF8-value1' --encoding 'utf-8'
will UTF-8 from --encoding parameter applied both to commit message file (commit_message.UTF8.file) and specified 'prop1' revision property value (UTF8-value1)?
I know that it possible adding revision property later with svn propset --revprop -r NNN but It will be nice to make all in one operation.
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
提交消息始终以 UTF-8 格式存储(http://svnbook.red-bean.com/en/1.5/svn.tour.initial.html):
The commit messages are always stored in UTF-8 (http://svnbook.red-bean.com/en/1.5/svn.tour.initial.html):