On 2014-02-05 06:01-0500 Chris Marshall wrote:

> I've had no permissions problems with cygwin + git since PDL
> switched to git a few years ago.  The only problems with windows
> systems happen when folks edit a unix line endings file and
> save it as a windows line endings text file and then push that
> change.

Hi Chris:

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.

>From my reading (look at the documentation of repository properties
available when you run the

git help config

command) git has a property for text files called core.eol, and native
is the default for that property.  So as long as we don't fiddle with
that default (and Hazen's tests of the PLplot git repository he
created were reassuring on that point), then all our text files will
have the correct native treatment of line endings.  Therefore, we
should never run into the problem you described that occurs if fixed
(either Unix or Windows) line endings are used instead of native line
endings unless someone goes out of their way (e.g., by fiddling with
the core.eol configuration property for the repository) to allow text
files with fixed line endings.

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