You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by grenouille <gr...@c-base.org> on 2009/10/20 18:00:54 UTC

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

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@subversion.tigris.org].

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

Posted by Ryan Schmidt <su...@ryandesign.com>.
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@subversion.tigris.org].