Svn subversion message confirmation

I tried to create a mirror repository using svnsync.

Everything works fine, but after the synchronization process is completed, it is displayed below.

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

I was looking for this message, and did not find anything (I would say that I did not understand)

Can someone explain what this message means?

0
svn svnsync
source share
1 answer

Link:

Subversion has always documented that properties must have an LF ending string. In 1.6, the server began to apply it.

although I could not find official documents about this.

The above bug change:

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

Fixed a bug in svnsync, automatically changing the EOL SVN details to LF:

Fix problem # 3404: Normalize line endings in svn: * details during svnsync. Always automatically convert all svn: * properties to the end of the line LF style and report all normalizations in the aggregate in the end is done.

+2
source share

All Articles