On 2013-11-21 18:48, Jukka Zitting wrote:
Hi,
On Thu, Nov 21, 2013 at 11:19 AM, Julian Reschke <[email protected]> wrote:
would I get myself info trouble if I added missing svn:eol-style properties
throughout, and also removed all trailing whitespace?
Adding svn:eol-style should always be OK.
Ack.
Removing trailing whitespace may be troublesome, as it may cause
conflicts to others. Perhaps do a patch first and send the list of
Those conflicts could be avoided by running the normalizing script
before trying to commit, right?
-> find . -type f -name *.java -exec sed -i s/ *$// {} ;
affected files to oak-dev@ so people are warned in case they are
working on one of those files.
BR,
Jukka Zitting
Best regards, Julian