Re: Today's pgjdbc release causing git clone issues

From: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
To: Dave Cramer <pg(at)fastcrypt(dot)com>
Cc: John Harvey <john(dot)harvey(at)crunchydata(dot)com>, List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Today's pgjdbc release causing git clone issues
Date: 2015-11-04 06:45:45
Message-ID: CAB=Je-Hk66yBB7+dn5iNxaiMSOWNfWSOG9HqyYW_wSHxsADgzA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

>Is this desired behavior? Does anyone have a suggestion what I need to do to work around it?

Here's the required change: https://github.com/pgjdbc/pgjdbc/pull/418

The problem was those 4 files were stored in dos format (CRLF),
however text files should be in LF.
The solution is Dave converts the offending files to LF once, then all
things should be smooth.

Vladimir

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2015-11-04 12:11:51 Re: Today's pgjdbc release causing git clone issues
Previous Message Dave Cramer 2015-11-03 22:55:08 Re: Today's pgjdbc release causing git clone issues