[ 
https://issues.apache.org/jira/browse/FOR-1248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14114724#comment-14114724
 ] 

David Crossley commented on FOR-1248:
-------------------------------------

The commit carks it with:
svn: E125005: Cannot accept non-LF line endings in 'svn:ignore' property

It is difficult to find the problem ones. Doing this helped:
Got a list of all properties in my local svn copy:
]$ svn propget -R -v svn:ignore . > svn-properties-ignore.txt
Remove all:
]$ svn propdel -R svn:ignore .
Get the complete diff:
]$ svn diff > diff.txt
and then view with vi editor, so can see the problem Windows line-endings

> Fix subversion properties for svn:ignore
> ----------------------------------------
>
>                 Key: FOR-1248
>                 URL: https://issues.apache.org/jira/browse/FOR-1248
>             Project: Forrest
>          Issue Type: Bug
>          Components: Other
>    Affects Versions: 0.9, 0.10-dev
>            Reporter: David Crossley
>            Priority: Minor
>             Fix For: 0.10-dev
>
>
> I attempted a local "vendor branch" of our trunk, but our current settings 
> for some "svn:ignore" properties prevent the local checkin. Fix them.



--
This message was sent by Atlassian JIRA
(v6.2#6252)