[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: LF in 'svn:ignore' property -- svnsync: Cannot accept non-LF endings in 'svn:ignore' property

From: Ryan Schmidt <subversion-2009b_at_ryandesign.com>
Date: Tue, 20 Oct 2009 13:35:46 -0500

On Oct 20, 2009, at 13:00, grenouille wrote:

> svnsync break with an error:
>
> svnsync: Cannot accept non-LF line endings in 'svn:ignore' property
> (ENV at End of Report)
>
> - the source repository was 1.5 -> dump -> read -> 1.6
> - this sound similar to svn:log non-utf8 and LF errors while the
> commits was
> done with 1.6
> - after I adjust ./hooks/pre-revprop-change I was able to change the
> svn:ignore
> property by
>
> svn propset -r N --revprop svn:ignore 'New Value' URL
> or
> svn propset -r N --revprop svn:ignore '' URL
> which I can evaluate by
> svn pg --revprop 'svn:ignore' -r N URL
> But svnsync still exit with the already mentioned error
>
> - the last revision in the mirror is 16869, so I aspect 16870 hold
> the problem
> in the svn:ignore property, am I right?
> - Is there a way to make svnsync more verbose?
>
> ENV:
>
> subversion 1.6.1

This looks like

http://subversion.tigris.org/issues/show_bug.cgi?id=3404

which was fixed in Subversion 1.6.3. [1] Please upgrade to a newer
Subversion.

[1] It was fixed in trunk in r37795 and merged to the 1.6.x branch in
r37810. The 1.6.3 tag was created in r38065.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2409494

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-20 20:36:45 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.