Mailing List Archive

[jira] [Commented] (FOR-1248) Fix subversion properties for svn:ignore
[ https://issues.apache.org/jira/browse/FOR-1248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14114725#comment-14114725 ]

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

Then i added back the specific necessary properties.
Did not bother with the "build" ignore for the many lower-level directories, e.g. plugins.

Instead added "svn:global-ignores build" to the top-level.
People using svn clients <v1.8 would need to add to their local ~/.subversion/config file.

> 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)
[jira] [Commented] (FOR-1248) Fix subversion properties for svn:ignore [ In reply to ]
[ 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)