Kodi Community Forum
[WINDOWS] How can I resolve LF vs CRLF? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: [WINDOWS] How can I resolve LF vs CRLF? (/showthread.php?tid=67159)



[WINDOWS] How can I resolve LF vs CRLF? - ppnext - 2010-01-13

Dear:
I use git on Windows to pull the source code of xbmc

$ git pull
Updating 57789bb..0521c8d
Fast forward
warning: CRLF will be replaced by LF in project/VS2008Express/XBMC.vcproj.
warning: CRLF will be replaced by LF in xbmc/MouseStat.cpp.
warning: CRLF will be replaced by LF in xbmc/MouseStat.h.
warning: CRLF will be replaced by LF in xbmc/PowerManager.cpp.
....

I always need delete the four files and re-git pull again
How to avoid?

IMHO, I think XBMC.vcproj should be CRLF, but MouseStat.cpp/h etcs should be LF.

Thanks


- spiff - 2010-01-13

rather we need to set the svn props. try git svn rebase