Jason T. Greene wrote:
On Thu, 2007-05-24 at 12:48 +0200, Carlo de Wolf wrote:
> Ah cool, thanks. Do you know how to see all files without a svn:property (or without
the
> right ones)?
>
> Shouldn't eol-style be native?
Everything works best when files have LF endings. Even on Windows,
everything will read them (except notepad), and cygwin works better.
Please set eol-style native.
This is a proper way of doing things.
This allows things like
svn export --native-eol CRLF
Also although many windows tools support LF endings,
you must be sure that everyone will have them set,
or you can end up with intermixed LF,CRLF content in
the same file.
Regards,
Mladen.