颠覆 svn 同步消息的含义
subversion svn sync message meaning
我已经尝试使用 svnsync 创建镜像存储库。
一切正常,但在同步过程完成后显示以下消息。
注意:规范化 svn:* 属性到 LF 行尾(2 个 rev-props,0 个 node-props)。
我搜索了这条消息,但我什么也没找到(我会说我看不懂)
谁能解释一下这条消息是什么意思?
此 link 声明:
Subversion has always documented that properties had to have LF line
endings. In 1.6 the server started enforcing it.
虽然我找不到关于它的官方文档。
以上更改导致 bug:
svnsync fails when source has ^M in svn:* properties (eol-style).
Bug was fixed 在 svnsync 中通过自动将 SVN 道具 EOL 更改为 LF:
Fix issue #3404: Normalize line endings in svn:* props during svnsync.
Always automatically convert all svn:* properties to LF line ending
style, and notify about all normalizations collectively after all else
is done.
我已经尝试使用 svnsync 创建镜像存储库。
一切正常,但在同步过程完成后显示以下消息。
注意:规范化 svn:* 属性到 LF 行尾(2 个 rev-props,0 个 node-props)。
我搜索了这条消息,但我什么也没找到(我会说我看不懂)
谁能解释一下这条消息是什么意思?
此 link 声明:
Subversion has always documented that properties had to have LF line endings. In 1.6 the server started enforcing it.
虽然我找不到关于它的官方文档。
以上更改导致 bug:
svnsync fails when source has ^M in svn:* properties (eol-style).
Bug was fixed 在 svnsync 中通过自动将 SVN 道具 EOL 更改为 LF:
Fix issue #3404: Normalize line endings in svn:* props during svnsync. Always automatically convert all svn:* properties to LF line ending style, and notify about all normalizations collectively after all else is done.