On 07/10/2010 01:56 PM, Rainer Jung wrote:
On 09.07.2010 17:14, Mladen Turk wrote:

Nevertheless I needed to do conversions a coupe of times myself and was
always annoyed. Yes partially because I had the tarball at hand not the
zip, partially because my Cgwin subversion used non-Windows line ends. I
didn't change for a long time because well it seemed to be my fault.

But frankly: what's wrong about having those in CRLF? Is there a
reasonabe way of using them with Unix line end format?


Just to close the discussion and hopefully we don't open it again
in few years :) ...

1. diff and patch doesn't work well with CRLF on unix.
2. copy/paste automatically converts between CRLF and LF on unix
   in majority of editors.
3. Mailing patches will also wrongly translate line endings
4. some patch utils works with CRLF only by using brute force option.
   Even then, they can convert the CRLF to LF from hunks, in which
   case patched file is a mixture of CRLF-LF
5. We have a solution that unix2dos *.dsp and *.dsw as part of
   release process.

Finally .dsp and .dsw files should go away.

Thus (not only for mod_jk) all text files in svn repo should always
have native line endings. period.


Regards
--
^TM

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to