[josm-dev] Optimizations for larger data sets
Martijn van Oosterhout
kleptog at gmail.com
Sat Dec 15 11:44:08 GMT 2007
On Dec 14, 2007 11:21 PM, Frederik Ramm <frederik at remote.org> wrote:
> I had been planning to fix this in one big commit, then someone
> pointed out that at least for line endings there's a way to deal with
> this by configuring SVN properly. Hasn't been done yet though.
The idea is basically to go though and fix the line-endings so they
all match the system you're on. Then so the following:
svn propset svn:eol-style native <file>
for all files. Probably something like;
find -name '*.java' |xargs dos2unix ...
find -name '*.java' |xargs svn ....
Commit and it will be fixed. Except anyone maintaining external
patches is probably going to have to do some merging....
Have a nice day,
--
Martijn van Oosterhout <kleptog at gmail.com> http://svana.org/kleptog/
More information about the josm-dev
mailing list