In trying to check GDAL 2.0.0 into a local Subversion repository, I
get various errors about inconsistent newline styles. For instance: svn add --force gdal-2.0.0 svn: E200009: File '/home/sourcetree/cw/src_3p/gdal-2.0.0/port/cpl_time.h' has inconsistent newlines svn: E135000: Inconsistent line ending style svn: E135000: Additional errors: Viewing the file shows that it uses Windows CRLF (shown as an extra ^M below) except on the single "Copyright" line: *^M **********************************************************************^M * Copyright (c) 2009, Even Rouault <even dot rouault at mines-paris dot org> *^M * Permission is hereby granted, free of charge, to any person obtaining a^M It'd be helpful if the GDAL source files could at least be self-consistent w.r.t. newline conventions. |
_______________________________________________ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev