Ari Jolma wrote:
Why do you need LF on Windows? Why not just use Windows line endings
on windows? With a decent editor is should be completely transparent
anyway.
I use emacs for editing and while there may be a way to configure it to
not to show the ^M, I don't know it.
Emacs can do everyt
Christopher Barker kirjoitti:
I assume I shouldn't set the property to LF for files which I don't
"own" (everything else than the Perl bindings)?
The trouble is that even though you are the primary editor of the Perl
bindings, others will, at the very least, check out the files and look
at t
On Fri, Jul 25, 2008 at 01:22:24PM -0400, Norman Vine wrote:
> Ari Jolma writes:
> >
> > I'm annoyed because I can't configure subversion properly for
> > my local
> > copy of GDAL repository.
> >
> > I want to keep all files locally LF also in Windows. I've set
> >
> AFAIK the easiest way to
Ari Jolma wrote:
I want to keep all files locally LF also in Windows. I've set
Unfortunately, I don't think SVN supports this idea. The eol-style
property is set on the file, and everyone that checks it out gets that
property. What this means is that it is that what it is set to is a
project
Ari Jolma wrote:
Mateusz Loskot kirjoitti:
Ari Jolma wrote:
I'm annoyed because I can't configure subversion properly for my
local copy of GDAL repository.
I want to keep all files locally LF also in Windows. I've set
In other words, if svn:eol-style was not set to LF for all .c, .cpp
and
Mateusz Loskot kirjoitti:
Ari Jolma wrote:
I'm annoyed because I can't configure subversion properly for my
local copy of GDAL repository.
I want to keep all files locally LF also in Windows. I've set
In other words, if svn:eol-style was not set to LF for all .c, .cpp
and .h files while th
Ari Jolma writes:
>
> I'm annoyed because I can't configure subversion properly for
> my local
> copy of GDAL repository.
>
> I want to keep all files locally LF also in Windows. I've set
>
> [auto-props]
> *.* = svn:eol-style=LF
>
> in svn config. However, when I commit, the file is converte
Ari Jolma wrote:
I'm annoyed because I can't configure subversion properly for my local
copy of GDAL repository.
I want to keep all files locally LF also in Windows. I've set
[auto-props]
*.* = svn:eol-style=LF
in svn config. However, when I commit, the file is converted into CRLF
and also w
I'm annoyed because I can't configure subversion properly for my local
copy of GDAL repository.
I want to keep all files locally LF also in Windows. I've set
[auto-props]
*.* = svn:eol-style=LF
in svn config. However, when I commit, the file is converted into CRLF
and also when I update, the