Lucian Smith [off-list ref] writes:
The setup is that we have a git repository on github, and I've checked
out a branch on my Windows machine using Tortoise svn. I make
changes, commit them, and the branch is updated. In general, this
works fine.
Hmph, doesn't Windows port ship with core.autocrlf these days?
Windows doesn't have any problem reading files with any form of crlf.
The main issue we have run into thus far is that if I create a new
file in Windows, it's going to have crlf, and if I check it in that
way through this svn process, the file is then stored with crlfs,
which git does not expect. A wide variety of problems results.
-Lucian
On Tue, Aug 23, 2016 at 10:26 AM, Junio C Hamano [off-list ref] wrote:
Lucian Smith [off-list ref] writes:
quoted
The setup is that we have a git repository on github, and I've checked
out a branch on my Windows machine using Tortoise svn. I make
changes, commit them, and the branch is updated. In general, this
works fine.
Hmph, doesn't Windows port ship with core.autocrlf these days?