Visenri via TortoiseSVN wrote: >Hello everyone. > >While working with TortoiseSVN I have sometimes an small problem with >eol-style property set to native. > >I'm not the only one, the problem is described here by another user: >https://stackoverflow.com/questions/22901144/error-from-gawk-about-backslash-line-ending-when-running-configure-script > >It happens when working with projects where you don't want to change the >eol-style property from "native", because it's ok for other people (or they >don't want you to change it). >When working with mixed environments, for example windows using MINGW, some >tools expect only LF instead of CRLF, other tools work fine with both CRLF >and LF. >[...]
perhapse you could use a combination of manually converting line endings and a pre-commit hook to prevent checkin of files not matching the line ending style defined in the repo?. -- Lorenz -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/g2cocgtgip43ciouh33s0iprn18n5ve56i%404ax.com.
