I'm using the Git-preview20080301.exe and seen the recent discussions regarding core.autocrlf default of true. So I understand the recommendation of using LF within a git repository and on Windows machines converting to crlf within the working copy.
How does this work with git-svn and msysgit and are there currently issues here? I have a windows based svn repository, however whenever I clone this repository line feeds are being converted. If I commit to my local git repository and they are stored with LF endings what happens when I git-svn dcommit? Currently it looks like LFs are being pushed into the svn repository and my working copying is getting confused whenever I clone an existing svn repo, claiming text files have been modified - due to line ending changes. Darren
