On 2014-02-05 09:57-0800 Alan W. Irwin wrote:

> For our svn repository there are no text files with fixed Unix
> or Windows line endings.  Instead, they are all native, i.e., they are
> converted to/from the proper line endings for the given platform on
> checkout or commit.

Oh well. I should have said _in theory_ there are no text files with
fixed line endings in our svn repository.  In fact, it is not
difficult to screw this up with svn, and I did so when I created most
of the files in the cmake/epa_build tree and forgot to set the
svn:eol-style property for each of those new files.  Fortunately, in
this case the fix was easy; the files in that tree are all text files
which allowed me with one svn command to set (revision 12987)
svn:eol-style to native for all files under svn control in that tree.

In git (at least for new files) you don't have to set anything
special; text files are treated as having native line endings by
default according to the git documentation.  And that is arguably a
much better default than the svn case where line endings are under no
control at all by default.

Alan
__________________________
Alan W. Irwin

Astronomical research affiliation with Department of Physics and Astronomy,
University of Victoria (astrowww.phys.uvic.ca).

Programming affiliations with the FreeEOS equation-of-state
implementation for stellar interiors (freeeos.sf.net); the Time
Ephemerides project (timeephem.sf.net); PLplot scientific plotting
software package (plplot.sf.net); the libLASi project
(unifont.org/lasi); the Loads of Linux Links project (loll.sf.net);
and the Linux Brochure Project (lbproject.sf.net).
__________________________

Linux-powered Science
__________________________

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to