Re: [gdal-dev] OT: subversion configuration

2008-07-28 Thread Christopher Barker
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

Re: [gdal-dev] OT: subversion configuration

2008-07-27 Thread Ari Jolma
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

Re: [gdal-dev] OT: subversion configuration

2008-07-26 Thread Christopher Schmidt
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

Re: [gdal-dev] OT: subversion configuration

2008-07-26 Thread Christopher Barker
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

Re: [gdal-dev] OT: subversion configuration

2008-07-26 Thread Mateusz Loskot
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

Re: [gdal-dev] OT: subversion configuration

2008-07-26 Thread Ari Jolma
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

RE: [gdal-dev] OT: subversion configuration

2008-07-25 Thread Norman Vine
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

Re: [gdal-dev] OT: subversion configuration

2008-07-24 Thread Mateusz Loskot
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

[gdal-dev] OT: subversion configuration

2008-07-24 Thread Ari Jolma
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