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

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

From: grenouille <grenouille_at_c-base.org>
Date: Tue, 20 Oct 2009 20:00:54 +0200

Hallo,

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

Thanks for feedback
grenouille

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-20 20:20:22 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.