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] Encrypted S57 data files

2008-07-26 Thread Even Rouault
Albert, This topic has been raised in the following thread : http://osdir.com/ml/gis.gdal.devel/2005-03/msg00042.html The conclusion of that thread still applies today. So the short answer is : no Le Saturday 26 July 2008 21:37:28 Albert, vous avez écrit : > encrypted

[gdal-dev] Encrypted S57 data files

2008-07-26 Thread Albert
Hi All, Most commercially provided S57 data files are encrypted using the S63 data protection scheme. Is GDAL able to decrypt these files? Thanks, Albert ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-d

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] exceptions in bindings

2008-07-26 Thread Ari Jolma
Howard Butler kirjoitti: I'm not positive, but I think the rationale for this is in the Python case where we are using return codes rather than exceptions, the user needs to control the ability of when the CPL error reset happens. If a user were to forget to call the reset due to an error i