This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: DOS line endings


"Ranjit Mathew" <rmathew4lists at hotmail dot com> writes:

>> Most of the other files in boehm-gc come from an external source.  I'd
>> prefer we not change them here, as we do import new versions from time
>> to time.
>
> Agreed.
>
> Do DOS line endings cause any problems that you wish to remove them?
>
> Or is it just for the sake of aesthetics? :-)

I did run into a problem earlier today.  The short version is that
certain proprietary and far too clever for their own good version
control systems consider that a file that originally had Unix line
endings must have them forever and ever, world without end, amen, and
if you try to check in a new version of the file that's unchanged but
for acquiring DOS line endings, it will say "You didn't change
anything!  I refuse to check this in!"  This causes headaches for
automatic scripts attempting to track a CVS repository in this
system.

But it doesn't seem to mind files that have always had DOS line
endings.

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]