subversion svn sync message meaning

十年热恋 提交于 2019-12-13 05:50:03

问题


I've tried to create a mirror repository using svnsync.

Everything is working fine but after the sync process is done it is showing below message.

NOTE: Normalized svn:* properties to LF line endings (2 rev-props, 0 node-props).

I've searched about this message and I found nothing(I would say I couldn't understood)

Can anyone explains what does that message means?


回答1:


This link claims:

Subversion has always documented that properties had to have LF line endings. In 1.6 the server started enforcing it.

although I could not find official docs about it.

Above change caused bug:

svnsync fails when source has ^M in svn:* properties (eol-style).

Bug was fixed in svnsync by automatically changing SVN props EOL to 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.



来源:https://stackoverflow.com/questions/28470997/subversion-svn-sync-message-meaning

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!